Annotation Type Modifies


  • @Retention(RUNTIME)
    @Target(METHOD)
    public @interface Modifies
    Annotation used to declare that a given method (potenially) modifies the values of the named properties
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String[] value