Consider this warning in the source code editor when EmployerFactory is referenced: "Discouraged access: The type EmployerFactory is not accessible due to restriction on required library EJBServer/components/core/lib/core.jar." Which annotation is EmployerFactory declared with?
Examine the following piece of code: curam.impl.MyProcess = curam.fact.MyProcessFactory.newInstance(); If curam.impl.MyProcess is defined as an abstract class as recommended, which statement is true?