org.apache.myfaces.extensions.validator.core
Annotation Type InvocationOrder


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


Optional Element Summary
 int value
          default priority for custom artifacts (if they should get added after the internal versions
 

value

public abstract int value
default priority for custom artifacts (if they should get added after the internal versions

Returns:
the priority of an artifact annotated with this annotation
Default:
1000


Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.