@Documented
@Retention(value=RUNTIME)
@Target(value=METHOD)
@Deprecated
public @interface JsonApiMeta
Method annotated with this annotation will be used to provide meta information for a set of resources. The method
must be defined in a class annotated with JsonApiResourceRepository
or
JsonApiRelationshipRepository
.
The requirements for the method parameters are as follows:
The return value must be an instance of MetaInformation
type.
MetaRepository