Annotation Type Embed


  • @Retention(RUNTIME)
    @Target({FIELD,METHOD})
    public @interface Embed
    For purposes of configuration embed all properties into the declaring builder.

    If this annotation is used on a method it must be a public non-static no-arg method. If this annotation is used on a field it must be a public final field.