org.drools.definition.type
Annotation Type Position


@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface Position

Annotation used to declare the Position of a field, when using Positional field constraints. Works for concrete classes on fields. Methods on classes or interfaces is not yet supported.


Optional Element Summary
 int value
           
 

value

public abstract int value
Default:
-1


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.