Interface ResolvedAnnotationMemberDeclaration
-
- All Superinterfaces:
ResolvedDeclaration
,ResolvedValueDeclaration
public interface ResolvedAnnotationMemberDeclaration extends ResolvedValueDeclaration
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Expression
getDefaultValue()
-
Methods inherited from interface com.github.javaparser.resolution.declarations.ResolvedDeclaration
asEnumConstant, asField, asMethod, asParameter, asPattern, asType, getName, hasName, isEnumConstant, isField, isMethod, isParameter, isPattern, isType, isVariable
-
Methods inherited from interface com.github.javaparser.resolution.declarations.ResolvedValueDeclaration
getType
-
-
-
-
Method Detail
-
getDefaultValue
Expression getDefaultValue()
-
-