Sign in
gwt
/
gwt
/
58b87c5d935e98230486f68802df6530ab751c3f
/
.
/
elemental
/
idl
/
templates
/
java_impl.darttemplate
blob: f3d9363c85d4f7b1b0f4121dd9c38ecf282fd5d7 [
file
] [
log
] [
blame
]
package
$PACKAGE
;
import
elemental
.
dom
.*;
import
elemental
.
html
.*;
/**
* $CLASS_JAVADOC
*/
@Deprecated
public
class
$CLASSNAME$EXTENDS$IMPLEMENTS
{
$
!
MEMBERS
}