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

NEW ISSUE: interface.java/@interface does allow Java classes thatare not interfaces

From
Anish Karmarkar <>
Date
2011-08-01T03:17:20+00:00
ID
Thread
NEW ISSUE: interface.java/@interface does allow Java classes thatare not interfaces
Title: interface.java/@interface does allow Java classes that are not 
interfaces

Spec: CAA

Description:

3.1 that defines the <interface.java> element, has the following 
restriction on the @interface attribute of the <interface.java> element:

"The value of the @interface attribute MUST be the fully qualified name 
of the Java interface class [JCA30001]"

The only reasonable interpretation that I can make of this stmt is that 
pointing to Java classes that are not Java Interfaces is not allowed. 
Obviously we didn't intend to do that -- the POJO spec in fact has 
examples where this is not true.

Proposal:

Change JCA30001 to:

"The value of the @interface attribute MUST be the fully qualified name 
of a Java class"
← Prev in month ← Prev in thread
Next in thread → Next in month →