backport175

@inherited support for Java 5 things in reader

Details

  • Type: Bug Bug
  • Status: Open Open
  • Priority: Blocker Blocker
  • Resolution: Unresolved
  • Affects Version/s: 1.0
  • Fix Version/s: 1.1-RC1
  • Component/s: reader
  • Labels:
    None
  • Number of attachments :
    0

Description

@Inherited means we need to query the class' super class in the reader

(compiler support is quite immediate since user will just need to annotate his java 1.4 annotation with a pseudo java.lang.annotatation.Inherited java 1.4 interface if needed)

Activity

Hide
Sebastián Fiorentini added a comment -

I think that you can include a mimmic feature like DefaultValue. We can really enhance support the 1.5 migration with thise feature.
Regards,Sebastian.

Show
Sebastián Fiorentini added a comment - I think that you can include a mimmic feature like DefaultValue. We can really enhance support the 1.5 migration with thise feature. Regards,Sebastian.
Hide
Alexandre Vasseur added a comment -

default value is supported
I think it is in the doc or at least in some sample

you need to use the magic /** @org.codehaus.backport.DefaultValue(.....) */ to give the default value

Show
Alexandre Vasseur added a comment - default value is supported I think it is in the doc or at least in some sample you need to use the magic /** @org.codehaus.backport.DefaultValue(.....) */ to give the default value

People

Vote (1)
Watch (1)

Dates

  • Created:
    Updated: