< prev index next >

test/javax/management/Introspector/LegacyConstructorPropertiesTest.java

Print this page
rev 16783 : 8176176: fix @modules in jdk_svc tests
Reviewed-by: duke

*** 35,46 **** * recognized and properly handled for custom types mapped to open types. * Also, makes sure that if the same constructor is annotated by both * j.b.ConstructorProperties and j.m.ConstructorProperties annotations * only j.m.ConstructorProperties annotation is considered. * @author Jaroslav Bachorik ! * @modules java.management ! * java.desktop * @run main LegacyConstructorPropertiesTest */ public class LegacyConstructorPropertiesTest { public static class CustomType { --- 35,48 ---- * recognized and properly handled for custom types mapped to open types. * Also, makes sure that if the same constructor is annotated by both * j.b.ConstructorProperties and j.m.ConstructorProperties annotations * only j.m.ConstructorProperties annotation is considered. * @author Jaroslav Bachorik ! * ! * @modules java.desktop ! * java.management ! * * @run main LegacyConstructorPropertiesTest */ public class LegacyConstructorPropertiesTest { public static class CustomType {
< prev index next >