org.apache.myfaces.extensions.cdi.core.api
Annotation Type InvocationOrder


@Target(value=TYPE)
@Retention(value=RUNTIME)
@Documented
public @interface InvocationOrder

Forces the invocation order of artifacts which don't support ordered invocation by default (e.g. jsf phase-listeners)

Author:
Gerhard Petracek

Optional Element Summary
 int value
          Specifies the slot for the class annotated class
 

value

public abstract int value
Specifies the slot for the class annotated class

Returns:
the position number
Default:
1000


Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.