Package com.salesforce.omakase.broadcast.annotation
Contains the standard Omakase Java annotations.
-
Annotation Types Summary Annotation Type Description Description Description of aSubscribable
type.Observe Use this annotation to subscribe toSyntax
objects when the method will not change any aspect of the CSS or object.Refine Use this annotation to subscribe to unrefinedSyntax
objects in order to provide or trigger refinement on them.Rework Use this annotation to subscribe toSyntax
objects when the method is expected to change or modify the object/source code.Subscribable Indicates that aSyntax
unit can be subscribed to within aPlugin
.Validate Use this annotation for methods that validate and report errors to anErrorManager
.