public interface DescriptionProcessor
Implementation of that interface process Description annotation and set information from it into model.
| Modifier and Type | Method and Description |
|---|---|
void |
processDescription(DescriptionGroup model,
AnnotationMirror description)
process |
void |
processDescription(DescriptionGroup model,
AnnotationMirror annotation,
String docComment)
process |
void processDescription(DescriptionGroup model, AnnotationMirror annotation, String docComment)
process Description annotation and set information from it into model. Optional string from the JavaDoc comment
has precedence over Desription#overwrite() attribute.
model - annotation - docComment - JavaDoc comment associated with described element.void processDescription(DescriptionGroup model, AnnotationMirror description)
process Description annotation and set information from it into model.
model - description - Copyright © 2014 JBoss by Red Hat. All Rights Reserved.