The exposed part of the bean.
This corresponds to the content interface when we are geneting one.
This would be the same as the
Aspect.IMPLEMENTATION when we are
just generating beans.
This could be an interface, or it could be a class.
We don't have any other
ImplStructureStrategy at this point,
but generally you can't assume anything about where this could be
or whether that's equal to
Aspect.IMPLEMENTATION .
|