org.kite9.diagram.annotation
Annotation Type K9OnDiagram


@Retention(value=RUNTIME)
public @interface K9OnDiagram


Optional Element Summary
 String alias
          Set this if you want to override the alias that will be produced for the item by the aliaser.
 Class<?>[] on
          Set this value to limit the scope of the annotation to specific diagrams
 String stereotype
          Allows you to set the stereotype for a class, method, package etc.
 

on

public abstract Class<?>[] on
Set this value to limit the scope of the annotation to specific diagrams

Default:
{}

alias

public abstract String alias
Set this if you want to override the alias that will be produced for the item by the aliaser.

Default:
""

stereotype

public abstract String stereotype
Allows you to set the stereotype for a class, method, package etc.

Default:
""


Copyright © 2011. All Rights Reserved.