Sign in
gwt
/
gwt
/
39c29e0cb6f5a8ad73d503e2a86caa4fd80b75ee
/
.
/
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
}