Warning: exporting non-public type to public API
843785Dec 10 2008 — edited Dec 10 2008Can anyone tell me what this warning means: Exporting non-public type to public API?
I have two classes in the same package, one of them being public. The public class inherits from the other---is there a problem with this setup?