Annotation Type 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 TypeRequired ElementDescription
      java.lang.Stringref
      The Full String Reference to the Property.
    • Element Detail

      • ref

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