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).

/** * Annotations denoting the roles of types or methods in the overall architecture * (at a conceptual, rather than implementation, level). * * <p>Intended for use by tools and aspects (making an ideal target for pointcuts). */
@NonNullApi @NonNullFields package org.springframework.stereotype; import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullFields;