de.smartics.projectdoc.annotations.topic
Annotation Type DocChapter


@Documented
@Target(value={TYPE,FIELD,METHOD,ANNOTATION_TYPE,CONSTRUCTOR})
@Retention(value=RUNTIME)
public @interface DocChapter

Defines a chapter.


Optional Element Summary
 boolean suppressCode
          Signals to not display the code annotated by the chapter annotations.
 String title
          The title of the chapter.
 

title

public abstract String title
The title of the chapter.

Default:
""

suppressCode

public abstract boolean suppressCode
Signals to not display the code annotated by the chapter annotations.

Default:
false


Copyright © 2012-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.