public interface AnnotableMutableBean extends MutableBean
Modifier and Type | Method and Description |
---|---|
void |
addAnnotation(AnnotationMutableBean annotation) |
AnnotationMutableBean |
addAnnotation(java.lang.String title,
java.lang.String type,
java.lang.String url)
Adds an annotation and returns it
|
java.util.List<AnnotationMutableBean> |
getAnnotations() |
void |
setAnnotations(java.util.List<AnnotationMutableBean> annotations) |
getStructureType
java.util.List<AnnotationMutableBean> getAnnotations()
void setAnnotations(java.util.List<AnnotationMutableBean> annotations)
void addAnnotation(AnnotationMutableBean annotation)
AnnotationMutableBean addAnnotation(java.lang.String title, java.lang.String type, java.lang.String url)
title
- type
- url
-