On Fri, Jun 27, 2008 at 10:01 PM, Chris Hostetter
<[EMAIL PROTECTED]> wrote:
>
> : Yes/No A lot of interfaces are never implemented by users like Context,
> : VariableResolver They are kept as interfaces to make API's simple
>
> Safest thing to do in those cases is make them package protected -- or
> if that makes the packages awkward then at the very least include
> class level javadoc info indicating that they are not for consumer use.

These are "read only" interfaces exposed to users as a part of the
API.  They never implement but use them a lot so they have to be
public

>
>
>
>
> -Hoss
>
>



-- 
--Noble Paul

Reply via email to