public interface JavaInitializer extends Serializable
JavaClass
can have contain one of the following initializers:
public class Example { static { // static initializer } { // instance initializer } }
Modifier and Type | Method and Description |
---|---|
String |
getBlockContent() |
boolean |
isStatic() |
boolean isStatic()
String getBlockContent()
Copyright © 2002–2014. All rights reserved.