@Target(value={TYPE,PARAMETER})
@Retention(value=RUNTIME)
@Documented
public @interface Priority
This API is experimental and will change!
This annotation duplicates javax.annotation.Priority. Unlike javax.annotation.Priority, this annotation can also be applied on parameters
which makes it usable for specifying the priority of observer methods.
In the future, javax.annotation.Priority will be updated and this annotation will be removed.
- Author:
- Jozef Hartinger