Example usage for org.apache.commons.bcel6.util SyntheticRepository getInstance

List of usage examples for org.apache.commons.bcel6.util SyntheticRepository getInstance

Introduction

In this page you can find the example usage for org.apache.commons.bcel6.util SyntheticRepository getInstance.

Prototype

public static SyntheticRepository getInstance() 

Source Link

Usage

From source file:ru.objective.jni.utils.OJNIClassLoader.java

private OJNIClassLoader() {
    systemRepository = SyntheticRepository.getInstance();
}