com.ancientprogramming.fixedformat4j.annotation
Annotation Type Fields


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface Fields

Wrapper for more than one field.

Since:
1.0.0
Author:
Jacob von Eyben - http://www.ancientprogramming.com

Required Element Summary
 Field[] value
          Defines a list of field annotations.
 

Element Detail

value

public abstract Field[] value
Defines a list of field annotations. Usefull a field is to be mapped different palces in the text

Returns:
a list of Field annotations


Copyright © 2008 ancientprogramming.com. All Rights Reserved.