Sign in
◑
Theme
gwt
/
gwt
/
6cf91edd5fb9dbb7dfcaef256b97c5c862e5d567
/
.
/
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
}