Annotation Type IgnoreForSequenceDiagram
-
@Retention(RUNTIME) @Target({CONSTRUCTOR,METHOD,TYPE}) public @interface IgnoreForSequenceDiagram
With this annotation you can mark classes or methods which should not part of generated sequence diagram. This can be useful for proxy or helper classes you don't want to see in the diagram.- Since:
- 1.4 (09.10.2013)
- Author:
- oliver
- See Also:
DrawSequenceDiagram