@Target(value={TYPE,PACKAGE})
@Retention(value=RUNTIME)
@Deprecated
public @interface DataType
There are in this library classes that do not correspond to real types in the javascript library counterpart. So the
constructor of these types should be replaced with a anonymous object constructor in javascript: {}. If annotated
type is an interface, when the Javascript code is generated for a class implementing this interface, the interface
name does not appear in the "extends" part.
- Author:
- acraciun