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


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

Defines a section within a chapter.


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

title

public abstract String title
The title of the section.

Default:
""

suppressCode

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

Default:
false


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