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

Better support for generics #47

Open
gjrwebber opened this issue Apr 21, 2016 · 0 comments
Open

Better support for generics #47

gjrwebber opened this issue Apr 21, 2016 · 0 comments

Comments

@gjrwebber
Copy link
Owner

gjrwebber commented Apr 21, 2016

Currently, properties of a generic superclass of a vertex class are not handled correctly or at all.

public abstract class Base<T> {
    @Link
    private T something;
    @Link
    private Set<T> somethings;
}

Properties something and somethings are not being handled, forcing each subclass to replicate those properties.

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

No branches or pull requests

1 participant