Annotation Type FetchProperty


  • @Target(FIELD)
    @Retention(RUNTIME)
    public @interface FetchProperty
    An annotation that can be used to mark fields to be considered as part of fetch options and customize their handling.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.Class<? extends IFetchPropertyHandler> handler