Annotation Interface Helper


@Target(TYPE) @Retention(CLASS) public @interface Helper
An annotation to mark a helper class.
Since:
4.1
Version:
4.1
Author:
Luke
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Returns the class this typically operates on.
  • Element Details

    • value

      Class<?> value
      Returns the class this typically operates on.
      Returns:
      a Class object