Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Enhancement.BeanDefiningAnnotations #569

Merged
merged 1 commit into from
Dec 2, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -75,23 +75,11 @@
* If empty, the set of <em>expected types</em> is not narrowed down in any way.
* If {@code java.lang.Annotation} is present, the set of <em>expected types</em>
* is narrowed down to types that use any annotation.
* The {@link BeanDefiningAnnotations @BeanDefiningAnnotations} marker type may
* be used to narrow down the set of <em>expected types</em> to types that use
* any bean defining annotation.
* <p>
* Defaults to an empty array, so that the set of <em>expected types</em> is not
* narrowed down in any way.
*
* @return types of annotations that must be present on the <em>expected types</em>
*/
Class<? extends Annotation>[] withAnnotations() default {};

/**
* Marker annotation type that, for the purpose of {@link Enhancement#withAnnotations()},
* represents set of bean defining annotations after the {@link Discovery @Discovery}
* phase is finished. That is, it includes custom normal scope annotations as well as
* custom stereotypes.
*/
@interface BeanDefiningAnnotations {
}
}