Annotation Type EditorFor


  • @Retention(RUNTIME)
    @Target(TYPE)
    public @interface EditorFor
    Annotation to use on classes implementing one of the interfaces allowing to edit parameters, to indicate which parameters class the editor supports or describes.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      Class<?> value  
    • Element Detail