Annotation Interface PropScope


@Documented @Retention(RUNTIME) @Target(TYPE) public @interface PropScope
Used to define a property reference to a class or interface. At compile time, the reference is checked by the PostJavaCompiler. The annotation is also used at Runtime.
Author:
Christopher Mindus
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The Full String Reference to the Property.
  • Element Details

    • ref

      String ref
      The Full String Reference to the Property.
      Returns:
      The Full String Reference to the Property (includes the Module Project and slashes).