Annotation Interface Ghost


@Retention(RUNTIME) @Target(TYPE) @Repeatable(GhostMultiple.class) public @interface Ghost
Annotation to create a ghost variable for a class. The annotation receives the type and name of the ghost within a string e.g. @Ghost("int size")
Author:
catarina gamboa
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details