This method processes a "custom" command. These are commands that start with a !. When this method receives control, the name
(i.e. the token after the '!' character) has already been read. It is passed via the name
parameter.
This implementation processes events and their handlers. 2 syntaxes are supported:
The first format should be preferred.
The {@link ProcessingContext} and{@link ProcessingContextEnvironment} are both available.
|
|