@Retention(value=CLASS) @Target(value={}) @Experimental public @interface Builder
| Modifier and Type | Optional Element and Description |
|---|---|
String |
buildMethod
The name of the build method that needs to be invoked on the builder to create the type to be build
|
public abstract String buildMethod
Copyright © 2012–2019. All rights reserved.