Package org.springframework.data.rest.core.annotation
package org.springframework.data.rest.core.annotation
-
ClassDescriptionAnnotation to describe semantics of a resource.Denotes a component that should handle the afterDelete event.Denotes a component that should handle the afterLinkDelete event.Denotes a component that should handle the afterLinkSave event.Denotes a component that should handle the afterSave event.Denotes a component that should handle the beforeDelete event.Denotes a component that should handle the beforeLinkDelete event.Denotes a component that should handle the beforeLinkSave event.Denotes a component that should handle the beforeSave event.Advertises classes annotated with this that they are event handlers.Annotate a
Repository
with this to customize export mapping and rels.Annotate aRepository
with this to influence how it is exported and what the value of the rel attribute will be in links.