@Target(value={TYPE,PARAMETER})
@Retention(value=RUNTIME)
@Documented
public @interface Priority
Priority. Unlike Priority, this annotation can also be applied on parameters
which makes it usable for specifying the priority of observer methods.
In the future, Priority will be updated and this annotation will be removed.| Modifier and Type | Required Element and Description |
|---|---|
int |
value |
Copyright © 2014. All Rights Reserved.