Registers beans annotated @DefaultBean
During the ProcessAnnotatedTypePhase beans and producers annotated with @Default
have a synthetic qualifier added to them and existing qualifiers removed.
Bean implementation that produces a JDK proxy
when a method is invoked on the proxy it calls the Unwraps producer method
and invokes the method on the returned object