public interface CAnnotatedDescriptor
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getAnnotations()
Get set of available annotations.
|
String |
getAnnotationValue(String name)
Get the given annotation value.
|
String |
getComment()
The type comment is the last block of comment written before the type
declaration.
|
boolean |
hasAnnotation(String name)
Get the given annotation value.
|
String getComment()
Set<String> getAnnotations()
boolean hasAnnotation(String name)
name - Name of annotation.Copyright © 2015–2016 morimekta.net. All rights reserved.