Sign in
gwt
/
gwt
/
0f6c5f6c87e32485b4bcbac03d113c12eb81ea0c
/
.
/
elemental
/
idl
/
templates
/
java_impl.darttemplate
blob: 3b4c50158662d998633d2f8ce77c3e510d7af6d0 [
file
] [
log
] [
blame
]
package
$PACKAGE
;
import
elemental
.
dom
.*;
import
elemental
.
html
.*;
/**
* $CLASS_JAVADOC
*/
public
class
$CLASSNAME$EXTENDS$IMPLEMENTS
{
$
!
MEMBERS
}