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

Add Annotation Processing for @Provisional #74

Open
Segelzwerg opened this issue Feb 12, 2020 · 0 comments
Open

Add Annotation Processing for @Provisional #74

Segelzwerg opened this issue Feb 12, 2020 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@Segelzwerg
Copy link
Owner

@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.FIELD)
public @interface Provisional {
}

This should print a warning in the console that the use of this field is highly like to change.

Probably reflections are a good idea.

@Segelzwerg Segelzwerg added the help wanted Extra attention is needed label Feb 12, 2020
@Segelzwerg Segelzwerg pinned this issue Feb 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant