Skip to content

Commit

Permalink
[javadocs] Fix since tag
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Aug 11, 2024
1 parent 1ba4458 commit 1314605
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
/**
* Specifies which types are not eligible for mapper scanning.
*
* @since 3.0.3
* @since 3.0.4
*
* @return array of customized mapper excludeFilter
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ void registerBeanDefinitions(AnnotationMetadata annoMeta, AnnotationAttributes a
* @param filterAttributes
* AnnotationAttributes of excludeFilters
*
* @since 3.0.3
* @since 3.0.4
*/
private List<Map<String, String>> parseFiltersHasPatterns(AnnotationAttributes filterAttributes) {

Expand Down Expand Up @@ -196,7 +196,7 @@ private List<Map<String, String>> parseFiltersHasPatterns(AnnotationAttributes f
* @param filterAttributes
* AnnotationAttributes of excludeFilters
*
* @since 3.0.3
* @since 3.0.4
*/
private List<TypeFilter> typeFiltersFor(AnnotationAttributes filterAttributes) {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ public void setMarkerInterface(Class<?> superClass) {
* <p>
* The scanner will exclude types that define with excludeFilters.
*
* @since 3.0.3
* @since 3.0.4
*
* @param excludeFilters
* list of TypeFilter
Expand All @@ -223,7 +223,7 @@ public void setExcludeFilters(List<TypeFilter> excludeFilters) {
* <p>
* After parsed, it will be added to excludeFilters.
*
* @since 3.0.3
* @since 3.0.4
*
* @param rawExcludeFilters
* list of rawExcludeFilter
Expand Down

0 comments on commit 1314605

Please sign in to comment.