Interface IAnnotatable
-
- All Known Implementing Classes:
FunctionAnnotationClass,FunctionMethod
public interface IAnnotatable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default FunctionAnnotationgetAnnotation(Class<? extends Annotation> clz)default FunctionAnnotationgetAnnotation(String annotationName)List<FunctionAnnotation>getAnnotations()
-
-
-
Method Detail
-
getAnnotations
List<FunctionAnnotation> getAnnotations()
-
getAnnotation
default FunctionAnnotation getAnnotation(Class<? extends Annotation> clz)
-
getAnnotation
default FunctionAnnotation getAnnotation(String annotationName)
-
-