@Target(ElementType.TYPE) 
@Retention(RetentionPolicy.RUNTIME)
public @interface EmbeddedOnly
{
}
