Interface Builder<T>
-
- All Known Implementing Classes:
AnnotationBuilder,ComponentBuilder,DependencyBuilder,MethodBuilder,PathBuilder,ProjectBuilder,ProjectInfoBuilder,SchemaMappingsBuilder
public interface Builder<T>Build domain objects
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tbuild()Build the domain object
-
-
-
Method Detail
-
build
T build()
Build the domain object- Returns:
- the domain object
-
-