OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

sca-j message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: NEW ISSUE: Inconsistent package name in JavaCAA specification


TARGET: Java Common Annotations and APIs

DESCRIPTION: Inconsistent package name in JavaCAA specification

The JavaCAA specification uses two different package names for
the standard annotations that it defines.  In chapters 6 and 8, the
package name is org.oasisopen.sca.annotations.  In chapter 10, the
package name is org.oasisopen.sca.annotation in some places and
org.oasisopen.sca.annotations in other places.

In addition, the package name used in the chapter 9 is incorrect.
This chapter refers to @org.oasisopen.annotations.OneWay.
Depending on the resolution of this issue, this should be either
@org.oasisopen.sca.annotation.OneWay or @org.oasisopen.sca.annotations.OneWay.

PROPOSAL:

The JDK places standard annotations in the java.lang.annotation
package.  For consistency with this, it seems preferable for SCA
to use the package org.oasisopen.sca.annotation.




[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]