Package org.apache.tapestry5.annotations
Annotation Type Mixins
-
@Target(FIELD) @Documented @Retention(RUNTIME) @UseWith(COMPONENT) public @interface Mixins
Used to attach one ore more instance mixin to an embedded component. Each mixin is specified in terms of a logical mixin type name. This annotation is only recognized when used in conjuction with theComponent
annotation.- See Also:
MixinClasses