Annotation Type Signature


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

    Required Elements
    Modifier and Type Required Element Description
    Class<?>[] args
    Returns java types for method argument.
    String method
    Returns the method name.
    Class<?> type
    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