-
Notifications
You must be signed in to change notification settings - Fork 38.8k
Closed
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)type: enhancementA general enhancementA general enhancement
Milestone
Description
Since Java 7, the switch statement can be used with a String value but we haven't really embraced that yet, in particular not for our proxy/interceptor implementations which still use if/else statements and method.getName().equals calls. From a readability perspective, it would be nice to refactor towards switch statements as far as possible.
sbrannen and lee-garden
Metadata
Metadata
Assignees
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)type: enhancementA general enhancementA general enhancement