if (abd.getDestroyMethodName() != null) {
Signature signature = new Signature(abd.getDestroyMethodName(), Type.VOID_TYPE, new Type[0]);
maker.add(signature, new Type[0]);
}
}
return maker.create();
}
/**
* Create a composite interface Class for the given interfaces,
* implementing the given interfaces in one single Class.