Uses of Annotation Interface
org.apache.juneau.rest.annotation.RestInject
Packages that use RestInject
Package
Description
REST Annotations
- 
Uses of RestInject in org.apache.juneau.rest.annotationFields in org.apache.juneau.rest.annotation declared as RestInjectModifier and TypeFieldDescriptionstatic final RestInjectRestInjectAnnotation.DEFAULTDefault valueMethods in org.apache.juneau.rest.annotation that return RestInjectModifier and TypeMethodDescriptionRestInjectAnnotation.Builder.build()Instantiates a new@RestInjectobject initialized with this builder.Methods in org.apache.juneau.rest.annotation with parameters of type RestInjectModifier and TypeMethodDescriptionstatic StringRestInjectAnnotation.name(RestInject a) Pulls the name/value attribute from aRestInjectannotation.
- 
Uses of RestInject in org.apache.juneau.rest.springbootMethods in org.apache.juneau.rest.springboot with annotations of type RestInjectModifier and TypeMethodDescriptionSpringRestServlet.createBeanStore(Optional<BeanStore> parent) Hook into Spring bean injection framework.