See: Description
Annotation Type | Description |
---|---|
ServiceHandlerType |
Meta annotation that is used to specify an invocation handler for
automatically implemented bean.
|
Allows interfaces and abstract classes to be declated as automatically implemented beans. Any call to an abstract method on the interface or abstract class will be forwarded to the invocation handler for processing.
If you wish to convert some non-type-safe lookup to a type-safe lookup, then service handlers may be useful for you, as they allow the end user to map a lookup to a method using domain specific annotations.
ServiceHandlerType
Copyright © 2012 Seam Framework. All Rights Reserved.