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–2016. All rights reserved.