Apply this annotation to a given target.
Apply this annotation instance to the given constructor parameter.
Apply this annotation instance to the given method.
Apply this annotation instance to the given method parameter.
Apply this annotation instance to the given property.
Clone this annotation instance into a new one. This is not a deep copy.
Construct a decorator suitable for attaching annotations of the called type onto classes, constructor parameters, methods, properties, and parameters. Must be called while referencing the subclass of Annotation you wish to construct the decorator for. E.g., for FooAnnotation, call FooAnnotation.decorator().
The Annotation subclass for which the decorator is being constructed
Allows for specifying options which will modify the behavior of the decorator. See the DecoratorOptions documentation for more information.
Generated using TypeDoc
Backing annotation for the @WebService() decorator which is a simple API for constructing a web service using Alterior.