Annotation Type SkipInterfaceValidation
@Documented
@Retention(RUNTIME)
@Target({METHOD,PACKAGE,TYPE})
public @interface SkipInterfaceValidation
Annotation on methods of
doesn't enforce the presence of a
corresponding method on the domain type.
RequestContext
, EntityProxy
, or
ValueProxy
interfaces so that the
invalid reference
RequestFactoryInterfaceValidator