Package com.smeup.kokos.sdk.annotations
Annotation Interface DocsDopedCopy
Annotation to indicate that a copy of documentation has been doped (modified or extended).
- Author:
- SMEUP
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interfaceAnnotation to describe a parameter for the doped copy.static @interfaceAnnotation to describe an allowed value for a parameter. -
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionDescription of the changes or the copy.Parameters associated with the copy.
-
Element Details
-
copy
String copyThe name of the original copy.- Returns:
- the copy name
-
changed
boolean changedIndicates if the copy has been changed relative to the original.- Returns:
- true if changed, false otherwise
-
description
String descriptionDescription of the changes or the copy.- Returns:
- the description
- Default:
""
-
params
DocsDopedCopy.Param[] paramsParameters associated with the copy.- Returns:
- array of parameters
- Default:
{}
-