Package org.camunda.bpm.engine.rest.dto
Class AnnotationDto
- java.lang.Object
-
- org.camunda.bpm.engine.rest.dto.AnnotationDto
-
public class AnnotationDto extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected String
annotation
-
Constructor Summary
Constructors Constructor Description AnnotationDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAnnotation()
void
setAnnotation(String annotation)
-