-
- All Known Subinterfaces:
SignatureModel
- All Known Implementing Classes:
ArraySignatureModel,BaseSignatureModel,ClassInfoModel,ClassRefSignatureModel,FieldInfoModel,MethodInfoModel,MethodParameterInfoModel,PackageInfoModel,TypeArgumentModel,TypeParameterModel,TypeVariableModel
public interface AnnotatedModel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description List<AnnotationInfoModel>getAnnotations()default Stream<AnnotationInfoModel>getAnnotationsStream()
-
-
-
Method Detail
-
getAnnotations
List<AnnotationInfoModel> getAnnotations()
-
getAnnotationsStream
default Stream<AnnotationInfoModel> getAnnotationsStream()
-
-