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