org.iternine.jeppetto.dao.annotation
Annotation Type Creator


@Retention(value=RUNTIME)
@Target(value={})
public @interface Creator


Required Element Summary
 AccessType grantedAccess
           
 Creator.Type type
           
 
Optional Element Summary
 String typeValue
           
 

Element Detail

type

public abstract Creator.Type type

grantedAccess

public abstract AccessType grantedAccess

typeValue

public abstract String typeValue
Default:
""


Copyright © 2012. All Rights Reserved.