Package org.jpatterns.gof
Annotation Type ProxyPattern
-
@Retention(RUNTIME) @Target({TYPE,FIELD,LOCAL_VARIABLE}) @Documented @DesignPattern(type=STRUCTURAL, related={AdapterPattern.class,DecoratorPattern.class}) public @interface ProxyPatternIntent [GoF, pg 207]: Provide a surrogate or placeholder for another object to control access to it.
- Since:
- 2010-07-28
- Author:
- Heinz Kabutz
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.Stringcommentjava.lang.Class[]participantsProxyPattern.Variationvariation
-
-
-
-
variation
ProxyPattern.Variation variation
- Default:
- org.jpatterns.gof.ProxyPattern.Variation.STATIC_MANUAL
-
-