Hide Forgot
Remove "implements ManagedConnectionFactory" from the abstract class.
Only the concrete ManagedConnectionFactory should be tagged with that interface. Abstract super classes can implement the methods of the interface if that is of benefit, and define common @ConfigProperty's.