Annotation Type EmbeddedEntityResource


@Target(METHOD) @Retention(RUNTIME) @Documented public @interface EmbeddedEntityResource
Annotates a method and indicates it is the unique id of a embedded object. The method must have zero arguments. It will be executed and the enclosing class will have the result of a call to the entity resource embedded in it.
Author:
Gethin James
  • Element Details

    • propertyName

      String propertyName
    • entityResource

      Class<?> entityResource