Package me.ehp246.aufjms.core.reflection
Interface AnnotatedArgument<T extends java.lang.annotation.Annotation>
public interface AnnotatedArgument<T extends java.lang.annotation.Annotation>
- Since:
- 1.0
- Author:
- Lei Yang
-
Method Summary
Modifier and Type Method Description Tannotation()java.lang.Objectargument()java.lang.reflect.Parameterparameter()
-
Method Details
-
annotation
T annotation() -
argument
java.lang.Object argument() -
parameter
java.lang.reflect.Parameter parameter()
-