← Prev in month ← Prev in thread

ISSUE 111: Proposed resolution

From
Simon Nash <>
Date
2008-12-15T10:22:19+00:00
ID
Thread
ISSUE 111: Proposed resolution
The following line numbers refer to sca-javacaa-1.1-spec-cd01-rev2.pdf.

1. Delete line 1044.

2. Delete lines 1049 through 1052.

3. Replace line 1062 by:
    public HelloServiceImpl (@Property(name="someProperty") String someProperty) {

4. Replace lines 1344 through 1345 by ". name (optional) - the name of
    the property.  For a field annotation, the default is the name of the
    field of the Java class.  For a setter method annotation, the default
    is the JavaBeans property name corresponding to the setter method
    name.  For a constructor parameter annotation, there is no default
    and the name attribute MUST be present."

5. Replace lines 1441 through 1442 by ". name (optional) - the name of
    the reference.  For a field annotation, the default is the name of the
    field of the Java class.  For a setter method annotation, the default
    is the JavaBeans property name corresponding to the setter method
    name.  For a constructor parameter annotation, there is no default
    and the name attribute MUST be present."

6. Replace line 1453 by:
    public void setStockQuote( StockQuoteService theSQService ) {
        ....
    }
← Prev in month ← Prev in thread