Getting the Modifiers of a Class Object int mods = cls.getModifiers(); if (Modifier.isPublic(mods)) { // class is public }