@Target(value={TYPE,PARAMETER})
@Retention(value=RUNTIME)
@Documented
public @interface Priority
Annotation to declare a priority for a class.
This is used by other specs, e.g. CDI where it is used
to define the priority of Interceptors and Decorators.