Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
If explicit actions are configured (isis.reflector.explicit-annotions.action=true) then any method that does not have @Action annotation by definition is not an action. We should therefore check for this early on when introspecting a domain type's method, to avoid searching more deeply than we would otherwise care.
We should also avoid looking at a method's parameters and return types until we've decided that the method is an action (either explicitly or implicitly).
The side-effect of not doing this is that we end up with types that otherwise don't need to be in the metamodel, meaning that startup takes longer.