@@ -94,7 +94,8 @@ abstract class ReflectivelyConstructedClass extends EntryPoint, Class {
9494/**
9595 * Classes that are deserialized by Jackson are reflectively constructed.
9696 */
97- library class JacksonReflectivelyConstructedClass extends ReflectivelyConstructedClass instanceof JacksonDeserializableType {
97+ library class JacksonReflectivelyConstructedClass extends ReflectivelyConstructedClass instanceof JacksonDeserializableType
98+ {
9899 override Callable getALiveCallable ( ) {
99100 // Constructors may be called by Jackson, if they are a no-arg, they have a suitable annotation,
100101 // or inherit a suitable annotation through a mixin.
@@ -308,8 +309,8 @@ class FacesAccessibleMethodEntryPoint extends CallableEntryPoint {
308309 * A Java Server Faces custom component, that is reflectively constructed by the framework when
309310 * used in a view (JSP or facelet).
310311 */
311- class FacesComponentReflectivelyConstructedClass extends ReflectivelyConstructedClass instanceof FacesComponent {
312- }
312+ class FacesComponentReflectivelyConstructedClass extends ReflectivelyConstructedClass instanceof FacesComponent
313+ { }
313314
314315/**
315316 * Entry point for EJB home interfaces.
@@ -459,5 +460,5 @@ class ArbitraryXmlEntryPoint extends ReflectivelyConstructedClass {
459460deprecated class ArbitraryXMLEntryPoint = ArbitraryXmlEntryPoint ;
460461
461462/** A Selenium PageObject, created by a call to PageFactory.initElements(..). */
462- class SeleniumPageObjectEntryPoint extends ReflectivelyConstructedClass instanceof SeleniumPageObject {
463- }
463+ class SeleniumPageObjectEntryPoint extends ReflectivelyConstructedClass instanceof SeleniumPageObject
464+ { }
0 commit comments