-
Bug
-
Resolution: Obsolete
-
Major
-
1.0.1.Final
-
None
The goal for getWeldMethods and getDeclaredWeldMethods is to mimic the behavior of getMethods and getDeclaredMethods as they are defined on java.lang.Class.
Introduce a new method - called e.g. getWeldBusinessMethods that returns the methods of the class that can be used for business methods invocations on a particular bean.
- is incorporated by
-
WELD-53 Refactor reflection layer to be less of a memory hog
- Resolved