< prev index next >

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

Print this page

        

*** 101,115 **** // // If this branching structure would ever contain cycles, deadlocks can // occur in annotation code. private Constructor<T> root; - /** - * Used by Excecutable for annotation sharing. - */ @Override ! Executable getRoot() { return root; } /** * Package-private constructor used by ReflectAccess to enable --- 101,112 ---- // // If this branching structure would ever contain cycles, deadlocks can // occur in annotation code. private Constructor<T> root; @Override ! Constructor<T> getRoot() { return root; } /** * Package-private constructor used by ReflectAccess to enable
< prev index next >