← Prev in month ← Prev in thread
Next in thread → Next in month →

NEW ISSUE: Inconsistent package name in JavaCAA specification

From
Simon Nash <>
Date
2009-01-19T10:20:27+00:00
ID
Thread
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.
← Prev in month ← Prev in thread
Next in thread → Next in month →