org.apache.tapestry.annotations
Annotation Type MixinClasses


@Target(value=FIELD)
@Documented
@Retention(value=RUNTIME)
public @interface MixinClasses

Used to attach one or more instance mixins to an embedded component. Each mixin is specified as a specific class. This annotation is only recognized when used in conjuction with the Component annotation.

See Also:
Mixins

Required Element Summary
 Class[] value
           
 

Element Detail

value

public abstract Class[] value


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