@groovy.transform.CompileStatic interface MethodSecurityMetadataSource
| Type Params | Return Type | Name and description |
|---|---|---|
|
abstract java.util.Collection<ConfigAttribute> |
getAllConfigAttributes() |
|
abstract java.util.Collection<ConfigAttribute> |
getAttributes(java.lang.reflect.Method method, java.lang.Class<?> targetClass) |
|
abstract boolean |
supports(java.lang.Class<?> clazz) |