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
           
 

value

public abstract int value
Default:
1000


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