IAnnotationLibEntryPoint
You need to create your own entrypoint interface and extends this in order to load by Fabric Loader.
Example(s):
public interface IExampleEntry extends IAnnotationLibEntryPoint {
}
You need to create your own entrypoint interface and extends this in order to load by Fabric Loader.
Example(s):
public interface IExampleEntry extends IAnnotationLibEntryPoint {
}