public interface JavaInitializer
extends java.io.Serializable
JavaClass
can have contain one of the following initializers:
public class Example { static { // static initializer } { // instance initializer } }
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBlockContent() |
boolean |
isStatic() |