Annotation Interface ImportStatic


@Retention(CLASS) @Target(TYPE) public @interface ImportStatic
Imports all public and static methods and fields of the provided classes for the use in DSL expressions of the annotated class or its subclasses.
Since:
0.8 or earlier
See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Class<?>[]
     
  • Element Details

    • value

      Class<?>[] value
      Since:
      0.8 or earlier