Annotation Type Builder


  • @Target({})
    public @interface Builder
    This umbrella annotation does nothing. Use nested annotations, such as @ Builder.Factory to generate builders for arbitrary static factory methods. and is used for static factory methods to generate arbitrary builders. Immutable values as Value.Immutable generate builder by default, unless turned off using @Value.Immutable(builder=false)
    See Also:
    Builder.Factory