What is the benefit of Embeddable annotation? Give an Example ?

Ans : By specifying Embeddable annotation the specified class can act as a component to other class, table will not be created for that class in schema.

Ex  : @Embeddable 
public class Address
{----------------}