Class SpongeMainClassGenerator

All Implemented Interfaces:
eu.cloudnetservice.ext.platforminject.api.generator.PlatformMainClassGenerator

final class SpongeMainClassGenerator extends BaseMainClassGenerator
  • Field Details

    • INJECT_ANNOTATION

      private static final com.squareup.javapoet.ClassName INJECT_ANNOTATION
    • LISTENER_ANNOTATION

      private static final com.squareup.javapoet.ClassName LISTENER_ANNOTATION
    • PLUGIN_ANNOTATION

      private static final com.squareup.javapoet.ClassName PLUGIN_ANNOTATION
    • SERVER_CLASS

      private static final com.squareup.javapoet.ClassName SERVER_CLASS
    • PLUGIN_CONTAINER_CLASS

      private static final com.squareup.javapoet.ClassName PLUGIN_CONTAINER_CLASS
    • STARTED_ENGINE_EVENT

      private static final com.squareup.javapoet.TypeName STARTED_ENGINE_EVENT
    • STOPPING_ENGINE_EVENT

      private static final com.squareup.javapoet.TypeName STOPPING_ENGINE_EVENT
  • Constructor Details

    • SpongeMainClassGenerator

      public SpongeMainClassGenerator()
  • Method Details