@Nullable abstract fun getManagedOperation(method: Method): ManagedOperation
Implementations should return an instance of ManagedOperation if the supplied Method has the corresponding metadata. Otherwise should return null.
method - the method to read the attribute data from
InvalidMetadataException - in case of invalid attributes
Return
the attribute, or null if not found