Class FieldAddOrRemoveAnnotationCommand

    • Constructor Detail

      • FieldAddOrRemoveAnnotationCommand

        public FieldAddOrRemoveAnnotationCommand​(DataModelerContext context,
                                                 String source,
                                                 org.kie.workbench.common.services.datamodeller.core.DataObject dataObject,
                                                 org.kie.workbench.common.services.datamodeller.core.ObjectProperty field,
                                                 String annotationClassName,
                                                 boolean doAdd,
                                                 DataModelChangeNotifier notifier)
    • Method Detail

      • execute

        public void execute()