Annotation Interface AcceptsArgs


@Documented @Retention(SOURCE) @Target(METHOD) public @interface AcceptsArgs
Indicates that the method annotated with this accepts the specified Args as its Arguments.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Arg[]
     
  • Element Details

    • value

      Arg[] value
      Returns:
      the arguments this methods accepts.