Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
Currently annotations for all methods, including setters, must be attached to method itself.
This works fine for existing use cases, but there are extensions where this would not work:
- If we allow multi-argument setters, one may need to customize parameters differently: and specifically @JacksonInject must be added to parameter
- There may be other integration cases where configuration of both return type and argument type(s) is needed: if so, return type can only be annotated via method, so annotations for arguments/parameters can not be attached to method.
Activity
Tatu Saloranta
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Status | Open [ 1 ] | In Progress [ 3 ] |
Tatu Saloranta
made changes -
| Status | In Progress [ 3 ] | Open [ 1 ] |
Tatu Saloranta
made changes -
| Status | Open [ 1 ] | Closed [ 6 ] |
| Resolution | Won't Fix [ 2 ] |