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

Issue 244: interface.java/@interface does allow Java classes thatare not interfaces

From
Anish Karmarkar <>
Date
2011-08-01T03:19:36+00:00
ID
Thread
Issue 244: interface.java/@interface does allow Java classes thatare not interfaces
http://osoa.org/jira/browse/JAVA-244

On 7/31/2011 8:17 PM, Anish Karmarkar wrote:
> 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"
>
>
> ---------------------------------------------------------------------
> To unsubscribe from this mail list, you must leave the OASIS TC that
> generates this mail. Follow this link to all your TCs in OASIS at:
> https://www.oasis-open.org/apps/org/workgroup/portal/my_workgroups.php
← Prev in month ← Prev in thread
Next in thread → Next in month →