Package net.officefloor.plugin.clazz
-
Interface Summary Interface Description FlowSuccessful FlowCallback
that propagates failures and only handles success.QualifierNameFactory<A extends java.lang.annotation.Annotation> -
Class Summary Class Description ClassNameQualifierNameFactory QualifierNameFactory
providing the fully qualifiedClass
name.Qualified.QualifiedNameFactory -
Error Summary Error Description InvalidConfigurationError Indicates an incorrect configuration. -
Annotation Types Summary Annotation Type Description Dependency Annotates aField
,Method
orConstructor
for dependency injection.FlowInterface Annotates an interface to have each of its methods be aFlow
that may be invoked by theManagedFunction
class method.Init Annotates aMethod
for initialising the object after dependencies injected.NonFunctionMethod Enables flagging apublic
method of aClass
to not beManagedFunction
for theClassManagedFunctionSource
.Property Flags to inject aProperty
value.Qualified Enables qualifying dependencies by textual name.Qualifier Enables qualifying dependencies byAnnotation
instances.