org.schwa.dr
Annotation Type dr.Store


@Retention(value=RUNTIME)
@Target(value=FIELD)
public static @interface dr.Store

dr.Store can annotate public member fields of the form:


Optional Element Summary
 FieldMode mode
           
 String serial
           
 

serial

public abstract String serial
Default:
""

mode

public abstract FieldMode mode
Default:
org.schwa.dr.FieldMode.READ_WRITE


Copyright © 2014. All rights reserved.