< prev index next >

src/java.base/share/classes/java/lang/reflect/Modifier.java

Print this page

        

*** 44,55 **** */ public class Modifier { /** * Do not call. */ ! @Deprecated(forRemoval=true, since="14") ! public Modifier() {} /** * Return {@code true} if the integer argument includes the * {@code public} modifier, {@code false} otherwise. --- 44,54 ---- */ public class Modifier { /** * Do not call. */ ! private Modifier() {throw new AssertionError();} /** * Return {@code true} if the integer argument includes the * {@code public} modifier, {@code false} otherwise.
< prev index next >