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

CDI-681 Spec doesn't talk about BeanConfigurator.read method #378

Merged
merged 3 commits into from
Jan 19, 2017

Conversation

antoinesd
Copy link
Contributor

CDI-681 Spec doesn't talk about BeanConfigurator.read method

@mkouba
Copy link
Contributor

mkouba commented Jan 12, 2017

The spec still does not mention BeanConfigurator.read() at all.

@antoinesd
Copy link
Contributor Author

branch mixup. thx

@@ -1194,6 +1194,7 @@ CDI 2.0 introduced the `javax.enterprise.inject.spi.configurator.BeanConfigurato

With `BeanConfigurator` you can perform all the operations defined in <<bean_attributes_configurator>> plus the following:

* Read the bean metadata from a `BeanAttributes` or an `AnnotatedType` with one of its `read()` methods.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would opt to incorporate something indicating that the configurator will be initialized with the metadata you read:

read() methods initiate the configurator with existing BeanAttributes or AnnotatedType metadata.

@manovotn
Copy link
Contributor

Looks good now

@tremes
Copy link
Contributor

tremes commented Jan 17, 2017

I think it's ok.

@antoinesd antoinesd merged commit 2c8385f into jakartaee:master Jan 19, 2017
@antoinesd antoinesd deleted the CDI-681 branch January 23, 2017 10:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants