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() |
Copyright © 2002-2018. All Rights Reserved.