Uses of Interface
com.github.t1.annotations.Annotations
-
-
Uses of Annotations in com.github.t1.annotations
Methods in com.github.t1.annotations that return Annotations Modifier and Type Method Description static AnnotationsAnnotations. on(Class<?> type)static AnnotationsAnnotations. on(Field field)static AnnotationsAnnotations. on(Method method)static AnnotationsAnnotations. onField(Class<?> type, String fieldName)abstract AnnotationsAnnotationsLoader. onField(Class<?> type, String fieldName)static AnnotationsAnnotations. onMethod(Class<?> type, String methodName, Class<?>... argTypes)abstract AnnotationsAnnotationsLoader. onMethod(Class<?> type, String methodName, Class<?>... argTypes)abstract AnnotationsAnnotationsLoader. onType(Class<?> type)
-