Annotation Type FetchIgnore


  • @Target(METHOD)
    @Retention(RUNTIME)
    public @interface FetchIgnore
    An annotation that can be used to mark methods that should not be considered as part of fetch options even though a method name may suggest that (e.g. starts with "has" or "with").