Skip to content

Simplified annotation defs #2

Description

@nyarly

As is, every annotation needs two closely coupled classes, but there doesn't seem to be a reason for that.

You need the annotation itself and the annotationInjector that does the actual work. The injector tends to be in a class heirarchy, but the annotation doesn't. There isn't any overlap of methods.

Consider unifying these classes - just apply the instatiate method of found annotations as we go.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions