it.avutils.jmapper.annotations
Annotation Type JMap


@Retention(value=RUNTIME)
@Target(value={FIELD,TYPE})
public @interface JMap

JMap is the annotation that allows you to assign the current field with another, it has three fields: value, attributes and classes.
Value identifies the target field name.
Attributes identifies a list of target fields name.
Classes represents the classes to which the attributes belong.

Author:
Alessandro Vurro

Optional Element Summary
 String[] attributes
           
 Class<?>[] classes
           
 String value
           
 

value

public abstract String value
Default:
""

attributes

public abstract String[] attributes
Default:
{}

classes

public abstract Class<?>[] classes
Default:
{}


Copyright © 2013. All Rights Reserved.