JBoss Logging I18n Annotation Processor 1.1.0.Final

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.
 
Optional Element Summary
 Transform[] transform
          The transform types used on the parameter.
 

Element Detail

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:
{}

JBoss Logging I18n Annotation Processor 1.1.0.Final

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.