|
Overriden method public Set<Type> getTypeClosure() is not used for session beans. For example this session bean still has Object, Pasta, ItalianFood types:
@Stateless
public class Pasta extends ItalianFood {}
however the overriden method returns set containing only Pasta, Object types.
|