org.apache.tapestry.annotations
Annotation Type Mixins


@Target(value=FIELD)
@Documented
@Retention(value=RUNTIME)
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 the Component annotation.

See Also:
MixinClasses

Required Element Summary
 String[] value
          One or more mixin type names, from which actual mixin class names can be resolved.
 

Element Detail

value

public abstract String[] value
One or more mixin type names, from which actual mixin class names can be resolved.



Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.