Annotation Type Service


  • @Documented
    @Inherited
    @Retention(RUNTIME)
    @Target(TYPE)
    @Analyze("org.tentackle.buildsupport.ServiceAnalyzeHandler")
    public @interface Service
    Annotation to express that the annotated class is a service implementation.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.Class<?> value
      Gets the service class.
    • Element Detail

      • value

        java.lang.Class<?> value
        Gets the service class.
        Returns:
        the service