Suppress warnings for deprecated API

This commit is contained in:
nathan 2018-09-19 10:41:14 +02:00
parent a0dcf9758e
commit e01812a14a
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ import java.lang.reflect.Method;
*/
public
class DefaultMethodHelper {
@SuppressWarnings("Since15")
static
boolean isDefaultMethod(Method m) {
return m.isDefault();