Package com.exonum.binding.annotations
Annotation Type AutoGenerationCandidate
- 
@Retention(SOURCE) @Target({ANNOTATION_TYPE,TYPE,METHOD}) public @interface AutoGenerationCandidateAn annotation intended to mark APIs that are good candidates to be generated auto-magically. 
- 
- 
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.StringreasonWhy or how an element can be auto-generated. 
 -