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
-
Method Details
-
getAnnotations
List<JApiAnnotation> getAnnotations()Returns a list of annotations asJApiAnnotation
.- Returns:
- a list of annotations as
JApiAnnotation
-