org.nuiton.wikitty.entities
Annotation Type WikittyField


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

Annotation to specify the wikitty field of a DTO field. Used for conversion between DTO and field User: couteau Date: 23 nov. 2010


Required Element Summary
 String fqn
           
 

Element Detail

fqn

public abstract String fqn
Returns:
the fully qualified name of the dto field in a wikitty


Copyright © 2009-2010 CodeLutin. All Rights Reserved.