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


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

Defines a list of documents that should have been read prior to the annotated information.


Optional Element Summary
 Class<?>[] value
          The names of classes that are prerequisites.
 

value

public abstract Class<?>[] value
The names of classes that are prerequisites.

Default:
{}


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