程序包 cn.taketoday.stereotype


@NonNullApi @NonNullFields package cn.taketoday.stereotype
Annotations denoting the roles of types or methods in the overall architecture (at a conceptual, rather than implementation, level).

Intended for use by tools and aspects (making an ideal target for pointcuts).

  • Annotation Interfaces
    说明
    This annotation indicates that an annotated element is a bean component in your application
    Indicates that an annotated class is a "Controller" (e.g. a web controller).
    Indicate that the annotated element represents a stereotype for the index.
     
     
    Indicates that an annotated class is a "Service"