
@Deprecated
public interface Creator
| Modifier and Type | Method and Description |
|---|---|
<T> T |
create(java.lang.Class<T> clazz)
Deprecated.
Create an object instance.
|
<T> T create(java.lang.Class<T> clazz)
throws java.io.InvalidClassException
clazz - the type of object to createjava.io.InvalidClassException - if an instance of the class could not be instantiated for some reasonCopyright © 2011 JBoss, a division of Red Hat, Inc.