|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME)
@Target(value={CONSTRUCTOR,METHOD})
public @interface DrawSequenceDiagramWith this annotation you can control the generation of sequence diagrams. You can put this annotation before a constructor or method.
IgnoreForSequenceDiagram| Optional Element Summary | |
|---|---|
String[] |
excluded
If you don't want the call to a class of the "com.pany" package you can add "com.pany.*" as pattern. |
String[] |
included
By default all classes are included. |
String |
value
If this value is given a new diagram with this name will be generated. |
public abstract String value
public abstract String[] excluded
For the pattern the same syntax as in AspectJ is supported.
NOTE: not yet realized
public abstract String[] included
For the pattern the same syntax as in AspectJ is supported.
NOTE: not yet realized
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||