Closed jglick closed 2 years ago
Arguably clearer to use the typing on Job.getProperty though you need to first cast away the raw type, which cannot be avoided due to the reflective nature of TransientActionFactory.
Job.getProperty
TransientActionFactory
Does it have impact for plugin usage?
Should not, unless I made a mistake.
Arguably clearer to use the typing on
Job.getProperty
though you need to first cast away the raw type, which cannot be avoided due to the reflective nature ofTransientActionFactory
.