Package org.jpatterns.gof
Annotation Type BuilderPattern
-
@Retention(RUNTIME) @Target(TYPE) @Documented @DesignPattern(type=CREATIONAL, related={AbstractFactoryPattern.class,CompositePattern.class}) public @interface BuilderPattern
Intent [GoF, pg 97]: Separate the construction of a complex object from its representation so that the same construction process can create different representations.- Since:
- 2010-08-09
- Author:
- Heinz Kabutz
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.Stringcommentjava.lang.Class[]participants
-