org.apache.tapestry5.ioc.annotations
Annotation Type Order
@Target(value=METHOD)
@Retention(value=RUNTIME)
@Documented
public @interface Order
Used with a service decorator method to control the order in which decorations occur. Identifies other decorators
which should occur before the annotated decorator.
- See Also:
DecoratorDef
|
Required Element Summary |
String[] |
value
Any number of ordering constraint strings. |
value
public abstract String[] value
- Any number of ordering constraint strings.
Copyright © 2006-2009 Apache Software Foundation. All Rights Reserved.