public class AnnotationDoc extends Documentable
| Modifier and Type | Field and Description |
|---|---|
String |
attachments |
String |
dataType |
String |
href |
boolean |
isAnnotation |
children, description, icon, namepublic final boolean isAnnotation
public final String attachments
public final String dataType
public final String href
public AnnotationDoc(String name, String description, String dataType, String href, String attachments)
name - annotation name.description - description.dataType - data type if any.href - link to data type.attachments - attachment points of this annotation.Copyright © 2018 WSO2. All rights reserved.