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
    T annotation()  
    java.lang.Object argument()  
    java.lang.reflect.Parameter parameter()  
  • Method Details

    • annotation

      T annotation()
    • argument

      java.lang.Object argument()
    • parameter

      java.lang.reflect.Parameter parameter()