public interface IGosuAnnotation
| Modifier and Type | Method and Description |
|---|---|
void |
clearExpression() |
IExpression |
getExpression() |
String |
getName() |
String |
getNewExpressionAsString() |
ICompilableType |
getOwnersType() |
AnnotationUseSiteTarget |
getTarget() |
IType |
getType() |
default boolean |
isJavaAnnotation() |
boolean |
shouldPersistToClass() |
boolean |
shouldRetainAtRuntime() |
String getName()
IType getType()
String getNewExpressionAsString()
IExpression getExpression()
void clearExpression()
boolean shouldPersistToClass()
boolean shouldRetainAtRuntime()
ICompilableType getOwnersType()
AnnotationUseSiteTarget getTarget()
default boolean isJavaAnnotation()
Copyright © 2020. All rights reserved.