}
else {
//define whether the type is a component or not
boolean isComponent = false;
Embeddable embeddableAnn = (Embeddable) returnedClass.getAnnotation( Embeddable.class );
Embedded embeddedAnn = (Embedded) property.getAnnotation( Embedded.class );
isComponent = embeddedAnn != null || embeddableAnn != null;
if ( isComponent ) {
//process component object
//boolean propertyAccess = true;