jTransfo, 0.14

org.jtransfo.cdi
Annotation Type InterceptorOrder


@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD,FIELD})
public @interface InterceptorOrder

Allow interceptors to be annotated with the order in which they should be applied.


Optional Element Summary
 int value
          Order.
 

value

public abstract int value
Order. Higher values are put later in the chain.

Default:
2147483647

jTransfo, 0.14

Copyright © 2014. All rights reserved.