public class VideoFragment extends Fragment implements CacheListener {
...
public static Fragment build(String url, String cachePath) {
return VideoFragment_.builder()
.url(url)
.cachePath(cachePath)
.build();
}
...
}
I searched a lot, but still have no idea about "VideoFragment_"? Can someone give me some main points?