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

Record schema annotation inheritance is incomplete #39

Open
EvanKirshenbaum opened this issue Sep 28, 2017 · 0 comments
Open

Record schema annotation inheritance is incomplete #39

EvanKirshenbaum opened this issue Sep 28, 2017 · 0 comments

Comments

@EvanKirshenbaum
Copy link
Collaborator

[imported from HPE issue 318]

The annotation processor does not appear to completely implement the @Paradigm-based inheritance. In particular, if you say

@Paradigm
@TypeName("myPrefix-%1%s:)
MyParadigm { }

and then say

@RecordSchema
@Paradigm("MyParadigm")
{
   ...
}

the @TypeName attribute appears to be completely ignored. As near as I can tell from a cursory look through Abraham's code, the only things that are actually inherited are visibilities and getter names.

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

No branches or pull requests

1 participant