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

Declaring a field as a child class of Property will make it be ignored #28

Closed
ljacqu opened this issue Nov 22, 2016 · 0 comments
Closed
Milestone

Comments

@ljacqu
Copy link
Member

ljacqu commented Nov 22, 2016

e.g. having

public static final IntegerProperty MY_PROPERTY = newProperty(...);

will have as a consequence that the field is skipped by the ConfigurationDataBuilder. It requires that the property be declared as a Property<?>...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant