Annotation Interface PolymorphicOnly


@Retention(RUNTIME) @Target({FIELD,METHOD}) public @interface PolymorphicOnly
Annotation that marks a property (regardless of scalar or collection) that only resources which are known to be equivalent-or-subclasses of a requested view type should be exposed. For all other resources, no view is requested
Author:
raven