public class EmtpyClassGenerator extends Object
Modifier and Type | Method and Description |
---|---|
static byte[] |
generateEmptyClass(String className)
Generate an empty class: a trivial public subclass of java.lang.Object
which is in the expected package and has the expected name.
|
public static byte[] generateEmptyClass(String className)
className
- the fully qualified class nameCopyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.