Package japicmp.model
Interface JApiHasAnnotations
-
- All Known Implementing Classes:
JApiBehavior
,JApiClass
,JApiConstructor
,JApiField
,JApiMethod
public interface JApiHasAnnotations
Implemented by all elements that can have annotations.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<JApiAnnotation>
getAnnotations()
Returns a list of annotations asJApiAnnotation
.
-
-
-
Method Detail
-
getAnnotations
java.util.List<JApiAnnotation> getAnnotations()
Returns a list of annotations asJApiAnnotation
.- Returns:
- a list of annotations as
JApiAnnotation
-
-