public abstract class AnnotationsLoader extends Object
| Constructor and Description |
|---|
AnnotationsLoader() |
| Modifier and Type | Method and Description |
|---|---|
abstract Annotations |
onField(Class<?> type,
String fieldName) |
abstract Annotations |
onMethod(Class<?> type,
String methodName,
Class<?>... argTypes) |
abstract Annotations |
onType(Class<?> type) |
public abstract Annotations onType(Class<?> type)
public abstract Annotations onField(Class<?> type, String fieldName)
public abstract Annotations onMethod(Class<?> type, String methodName, Class<?>... argTypes)
Copyright © 2018–2021. All rights reserved.