| Modifier and Type | Method and Description |
|---|---|
static Annotations |
Annotations.on(Class<?> type) |
static Annotations |
Annotations.on(Field field) |
static Annotations |
Annotations.on(Method method) |
static Annotations |
Annotations.onField(Class<?> type,
String fieldName) |
abstract Annotations |
AnnotationsLoader.onField(Class<?> type,
String fieldName) |
static Annotations |
Annotations.onMethod(Class<?> type,
String methodName,
Class<?>... argTypes) |
abstract Annotations |
AnnotationsLoader.onMethod(Class<?> type,
String methodName,
Class<?>... argTypes) |
abstract Annotations |
AnnotationsLoader.onType(Class<?> type) |
Copyright © 2018–2022. All rights reserved.