Module nbbrd.design
Package nbbrd.design

Annotation Type Trait


@Target(TYPE) @Retention(SOURCE) @Documented public @interface Trait
This annotation indicates that the class is a trait. Traits are used to define reusable behaviors that can be mixed into classes. They are typically used in a design context to enhance the functionality of classes without using inheritance.
See Also: