MCPcopy Index your code
hub / github.com/apache/groovy / initialize

Method initialize

src/main/java/groovy/lang/ProxyMetaClass.java:67–70  ·  view source on GitHub ↗

{@inheritDoc}

()

Source from the content-addressed store, hash-verified

65
66 /** {@inheritDoc} */
67 @Override
68 public synchronized void initialize() {
69 this.adaptee.initialize();
70 }
71
72 /** {@inheritDoc} */
73 @Override

Callers

nothing calls this directly

Calls 1

initializeMethod · 0.65

Tested by

no test coverage detected