Annotation Type BootstrapServiceRegistry.JavaService


  • public static @interface BootstrapServiceRegistry.JavaService
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      Class<?> impl
      Logically `?` is `S extends T`
      Class<?> role
      Logically `?` is `T`
    • Element Detail

      • role

        Class<?> role
        Logically `?` is `T`
      • impl

        Class<?> impl
        Logically `?` is `S extends T`