patterntesting.runtime.annotation
Annotation Type IgnoreForSequenceDiagram


@Retention(value=RUNTIME)
@Target(value={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



Copyright © 2002–2014 PatternTesting Team. All rights reserved.