Packageorg.spicefactory.lib.reflect.metadata
Classpublic class AssignableTo
InheritanceAssignableTo Inheritance Object

Represents a metadata tag that may be used on properties of type Class or ClassInfo in mapped metadata classes. For these properties the corresponding attributes in metadata tags will be evaluated and must resolve to a Class or ClassInfo instance that is assignable to the type specified on this metadata tag.



Public Properties
 PropertyDefined By
  type : Class
The type the property must be assignable to.
AssignableTo
Property Detail
typeproperty
public var type:Class

The type the property must be assignable to.