extending core components
Hi,
I am extending the core component ImageImpl, So i added the below line to my model
public class ImageServiceImpl extends ImageImpl implements Image
where ImageImpl of type com.adobe.cq.wcm.core.components.internal.models.v2.ImageImpl
As soon as i build the code the component will breaks because of extending the ImageImpl.
Why am i not allowed to extend the core ImageImpl?