@Retention(value=SOURCE)
public @interface OnCreateMountContent
The method annotated with this annotation will be called to instantiate the mount content for
the MountSpec. The onCreateMountContent method can only take a
com.facebook.litho.ComponentContext as parameter. No props are allowed here.