org.jboss.logging.annotations
Annotation Type Pos
@Retention(value=CLASS)
@Target(value=PARAMETER)
@Documented
public @interface Pos
- Since:
- 1.1.0
- Author:
- James R. Perkins
|
Required Element Summary |
int[] |
value
The positions the value should be used at. |
value
public abstract int[] value
- The positions the value should be used at.
- Returns:
- an array of the positions for the parameter
transform
public abstract Transform[] transform
- The transform types used on the parameter.
- Returns:
- an array of the transformer types
- See Also:
Transform
- Default:
- {}
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.