package org.webpieces.compiler.impl; public interface ClassDefinitionLoader { byte[] getClassDefinition(String name); }