public interface Resource
Marks a valid resource interface. Resource interface is an interface, that has get* and set* methods,
according the default convention for JavaBeans. Each property must have both getter and setter.
Also each property's must be either primitive value (except for long) or a valid resource.
MetadataGenerator,
ResourceArray,
ResourceMapCopyright © 2017. All rights reserved.