Annotation Interface Signature


@Documented @Retention(RUNTIME) @Target({}) public @interface Signature
The annotation that indicate the method signature.
Author:
Clinton Begin
See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Class<?>[]
    Returns java types for method argument.
    Returns the method name.
    Returns the java type.
  • Element Details

    • type

      Class<?> type
      Returns the java type.
      Returns:
      the java type
    • method

      String method
      Returns the method name.
      Returns:
      the method name
    • args

      Class<?>[] args
      Returns java types for method argument.
      Returns:
      java types for method argument