Package net.officefloor.plugin.clazz
-
Interface Summary Interface Description FlowSuccessful FlowCallbackthat propagates failures and only handles success.QualifierNameFactory<A extends java.lang.annotation.Annotation> -
Class Summary Class Description ClassNameQualifierNameFactory QualifierNameFactoryproviding the fully qualifiedClassname.Qualified.QualifiedNameFactory -
Error Summary Error Description InvalidConfigurationError Indicates an incorrect configuration. -
Annotation Types Summary Annotation Type Description Dependency Annotates aField,MethodorConstructorfor dependency injection.FlowInterface Annotates an interface to have each of its methods be aFlowthat may be invoked by theManagedFunctionclass method.Init Annotates aMethodfor initialising the object after dependencies injected.NonFunctionMethod Enables flagging apublicmethod of aClassto not beManagedFunctionfor theClassManagedFunctionSource.Property Flags to inject aPropertyvalue.Qualified Enables qualifying dependencies by textual name.Qualifier Enables qualifying dependencies byAnnotationinstances.