package reflection.classmodifiers; //TODO: right now class modifiers are not supposed to change on a reload. // If in the future we decide to allow changing class modifiers this test class's public modifier // can be removed to test whether reflection API picks up on those changes public class ClassTarget002 { }