Interface Resource

All Known Subinterfaces:
BooleanResource, ByteResource, DoubleResource, FloatResource, IntResource, ResourceArray<T>, ResourceMap<T>, ShortResource, StaticFieldResource, StringResource

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.

Author:
Alexey Andreev
See Also:
MetadataGenerator, ResourceArray, ResourceMap