Package org.jpatterns.gof
Annotation Type IteratorPattern
-
@Retention(RUNTIME) @Target(TYPE) @Documented @DesignPattern(type=BEHAVIORAL, related={CompositePattern.class,FactoryMethodPattern.class,MementoPattern.class}) public @interface IteratorPattern
Intent [GoF, pg 257]: Provide a way to access the elements of an aggregate object sequentially without exposing its underlying representation.
- Since:
- 2010-08-09
- Author:
- Heinz Kabutz
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.Stringcommentjava.lang.Class[]participants
-