Patternity design and coding pattern reference

tag
name
level
generation
documentation
parameters
description
@pattern Singleton field yes yes    
@pattern Composite field yes yes [component=the component super class or interface]  
@pattern Proxy field yes yes    
@pattern AccessProxy field yes yes    
@pattern LazyProxy field yes yes    
@pattern Visitor class yes yes

[package=the fully qualified package name of the object model to visit]

[node=the object model super class or interface]

 
@pattern Delegation field yes yes    
@pattern Decorator field yes yes    
@pattern Facade field yes yes    
@pattern State field yes yes    
@pattern Strategy field yes yes    
@pattern TemplateMethod method   yes    
@pattern Immutable class   yes    
@pattern Marker class   yes    
@pattern Command     yes    
@pattern Snapshot class   yes    
@pattern Mediator     yes    
@pattern FactoryMethod method   yes    
@get   field yes     add getter
@set   field yes     add setter
@toString   class yes     add toString
@pattern autoimplemente class yes     implement stub of abstract super class and interfaces
 
 
SourceForge Logo