BuilderScriptWithoutResult
A specialization of BuilderScriptAbstract which returns no top-level object, and so removes a little of the boilerplate that would otherwise be required.
API
BuilderScriptWithoutResult.java
class BuilderScriptWithoutResult {
Object getObject() (1)
}
1 | getObject()
Simply returns null. |