Annotation Type ServiceName


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

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value
      Gets the service name.
    • Element Detail

      • value

        java.lang.String value
        Gets the service name.
        Returns:
        the service