| org.apache.tapestry.annotations.Mixins
Mixins | public @interface Mixins(Code) | | 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 the
Component annotation.
See Also: MixinClasses |
Field Summary | |
String[] | value One or more mixin type names, from which actual mixin class names can be resolved. |
value | String[] value(Code) | | One or more mixin type names, from which actual mixin class names can be resolved.
|
|
|