|
ResourceProcessor
Using the [Resource] custom metadata tag (v1.5.0)
Featured ResourceProcessor binds a resource from the ResourceManager singleton to the decorated property. It uses the IResource.getObject() method when binding so you can decorate properties of types supported by ResourceManager. Usage:
[Resource(key="title", bundle="main")] This intentionally mirrors the @Resource directive. |
► Sign in to add a comment