Package com.mastfrog.acteur
Annotation Type ImplicitBindings
Deprecated.
Annotation which can be placed on instances of Application to add bindings in
that application's scope. If you write Acteurs which will include new objects
for injection into subsequent acteurs in the chain, you need to annotation
your Application subclass with this annotation and specify what types will be
injected.
Note: If you are using the @HttpCall annotation, you can specify
these classes there.
- Author:
- Tim Boudreau
-
Required Element Summary
Required Elements
-
Element Details
-
value
Class<?>[] valueDeprecated.A list of types which Acteurs will pass in their state, which should be injectable into subsequent acteurs.- Returns:
- The list of classes
-
HttpCallwith thescopeTypesparameter register types on the acteurs that use them; or use ServerBuilder.withType().