Re: Minimal set of component attributes?

[email protected] Tue, 18 Mar 2003 17:49:19 +0100 (CET)
Newsgroups gmane.comp.jakarta.avalon.phoenix.devel,gmane.comp.jakarta.turbine.maven.devel
Message-ID <[email protected]>
> not unless we want to violate the javadoc spec. It identifies "." as the
> name 
> space separator.
> 
> And there is no reason why "." could not be used for that very purpose
> aswell.

I think the . namespace separator is meant to follow java namespaces. Said in
another manner, this means, for your purpose, that you must say:

@org.apache.avalon.service

and not

@avalon.service

Does this seem correct to you ?? This is why i think we should use : in order to
say that avalon: is org.apache.avalon.

However this is not something very important... :)

A+. Didier.