-
Enhancement
-
Resolution: Fixed
-
P5
-
5.0
-
x86
-
linux
-
Verified
Name: jl125535 Date: 06/22/2004
A DESCRIPTION OF THE REQUEST :
Annotations should be allowed to appear more than once on the same element.
JUSTIFICATION :
@Todo("Refactor method in superclass")
@Todo("Refactor return type to use Generics")
is more convenient than
@Todo("Refactor method in superclass", "Refactor return type to use Generics")
especially in the context of versioning systems / configuration management, where you currently would write
@Todo(
"Refactor method in superclass"
,
"Refactor return type to use Generics"
)
to assure that todo annotation entries are completely independent of each other.
(Incident Review ID: 280953)
======================================================================
A DESCRIPTION OF THE REQUEST :
Annotations should be allowed to appear more than once on the same element.
JUSTIFICATION :
@Todo("Refactor method in superclass")
@Todo("Refactor return type to use Generics")
is more convenient than
@Todo("Refactor method in superclass", "Refactor return type to use Generics")
especially in the context of versioning systems / configuration management, where you currently would write
@Todo(
"Refactor method in superclass"
,
"Refactor return type to use Generics"
)
to assure that todo annotation entries are completely independent of each other.
(Incident Review ID: 280953)
======================================================================