Skip to content

VerveineJ does not produce correct values for classes in annotation instances #714

@seandenigris

Description

@seandenigris

Originally reported on Google Code with ID 714

Take a look at the example below:

    @XmlElement(name = "Time", required = true, type = String.class)
    protected Date time;

The value of the third attribute of the annotation instance is the actual source code
of the String class. Instead, it should be just the string 'String.class'.

Ideally, we would get an actual reference, but the string would do for now.

Reported by tudor.girba on 2011-09-27 09:47:15

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions