All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.g2forge.alexandria.analysis.SerializableLambda Maven / Gradle / Ivy

Go to download

Java reflection and bytecode analysis toolkit, usable for all kinds of introspection and analysis of running code.

There is a newer version: 0.0.18
Show newest version
package com.g2forge.alexandria.analysis;

interface SerializableLambda extends ISerializableLambda {
	@Override
	public default IMethodAnalyzer asMethodAnalyzer() {
		return new MethodAnalyzer(this);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy