Annotation Interface PropagateAnnotations


@Target(TYPE) @Retention(RUNTIME) @Inherited public @interface PropagateAnnotations
Specifies which annotations to apply to child entities, see PropagateAnnotationReader
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Class<? extends Annotation>[]
     
  • Element Details

    • value

      Class<? extends Annotation>[] value
      Returns:
      list of annotations to apply to child entities
      Default:
      {}