Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.tapestry5.ioc.annotations Classes and Interfaces - 28 results found.
NameDescriptionTypePackageFramework
AdviseAn annotation that may be placed on a advisor method of a module.Classorg.apache.tapestry5.ioc.annotationsApache Tapestry
AnnotationUseContextenum AnnotationUseContextextends EnumConstants for documenting the context wherein the tapestry-provided annotations may be used, in conjunction withClassorg.apache.tapestry5.ioc.annotationsApache Tapestry
AutobuildDirects that the value to be built should be an autobuild instance of the type with injections performed, via ObjectLocator.Classorg.apache.tapestry5.ioc.annotationsApache Tapestry
ContributeAn annotation that may be placed on a contributor method of a module.Classorg.apache.tapestry5.ioc.annotationsApache Tapestry
DecorateAn annotation that may be placed on a decorator method of a module.Classorg.apache.tapestry5.ioc.annotationsApache Tapestry
EagerLoadMarker annotation placed on a service builder method to indicate that the service should be eagerly loaded: realized as if a service method had been invoked.Classorg.apache.tapestry5.ioc.annotationsApache Tapestry
InjectThis annotation serves is something of the Swiss Army knife for operations related to injection of dependencies into an arbitrary method of Java Bean.Classorg.apache.tapestry5.ioc.annotationsApache Tapestry
InjectResourceAnnotation used with field injection when the desired injection value is a resource (such as a service id, service configuration, or logger) and not an object obtained from the MasterObjectProvider.Classorg.apache.tapestry5.ioc.annotationsApache Tapestry
InjectServiceAnnotation used with parameters of service builder methods to identify the service to be injected into the service builder method via the parameter.Classorg.apache.tapestry5.ioc.annotationsApache Tapestry
IntermediateTypeUsed to guide Tapestry when coercing from a raw type to a field or parameter type, by forcing Tapestry to coerce to the intermediate type.Classorg.apache.tapestry5.ioc.annotationsApache Tapestry
LocalA special marker annotation which limits the search for possible services to just the same module containing the service being injected.Classorg.apache.tapestry5.ioc.annotationsApache Tapestry
MarkerUsed to define one or more marker annotations for a service implementation.Classorg.apache.tapestry5.ioc.annotationsApache Tapestry
MatchOptional, but typically used, annotation for service decorator methods, used to define which services the decorator applies to.Classorg.apache.tapestry5.ioc.annotationsApache Tapestry
OptionalMarks a service contribution method within a module as being optional: it is not an error if the contribution does not match against an actual service.Classorg.apache.tapestry5.ioc.annotationsApache Tapestry
OrderUsed with a service decorator method to control the order in which decorations occur.Classorg.apache.tapestry5.ioc.annotationsApache Tapestry
PostInjectionAnnotation for methods that should be invoked after injection.Classorg.apache.tapestry5.ioc.annotationsApache Tapestry
PreventServiceDecorationMarks a service as not eligible for decoration.Classorg.apache.tapestry5.ioc.annotationsApache Tapestry
PrimaryMarker annotation used to denote a service that is the primary instance of some common interface.Classorg.apache.tapestry5.ioc.annotationsApache Tapestry
ScopeAn optional annotation that may be placed on a service building method of a module, or on the implementation class (when using service binding).Classorg.apache.tapestry5.ioc.annotationsApache Tapestry
ServiceIdAn optional annotation that may be placed on a service building method of a module, or on the implementation class (when using service binding via the ServiceBinder).Classorg.apache.tapestry5.ioc.annotationsApache Tapestry
StartupAn annotation that may be placed on a startup method of a module.Classorg.apache.tapestry5.ioc.annotationsApache Tapestry
SubModuleAttached to a module class, this annotation identifies other module classes that should also be added to the Registry.Classorg.apache.tapestry5.ioc.annotationsApache Tapestry
SymbolUsed to inject a symbol value, via a symbol name.Classorg.apache.tapestry5.ioc.annotationsApache Tapestry
UsesConfigurationA documentation-only interface placed on service interfaces for services which have an unordered configuration, to identify the type of contribution.Classorg.apache.tapestry5.ioc.annotationsApache Tapestry
UsesMappedConfigurationA documentation-only interface placed on service interfaces for services which have a mapped configuration, to identify the type of key (often, a String), and type ofcontribution.Classorg.apache.tapestry5.ioc.annotationsApache Tapestry
UsesOrderedConfigurationA documentation-only interface placed on service interfaces for services which have an ordered configuration, to identify the type of contribution.Classorg.apache.tapestry5.ioc.annotationsApache Tapestry
UseWithAnnotation documenting the context(s) in which tapestry-provided annotations may be used.Classorg.apache.tapestry5.ioc.annotationsApache Tapestry
ValueUsed in conjunction with Inject to inject a literal value, rather than a service.Classorg.apache.tapestry5.ioc.annotationsApache Tapestry