Skip to content

Conversation

@rbygrave
Copy link
Contributor

No description provided.

@rbygrave rbygrave added this to the 8.12 milestone Jan 12, 2023
@rbygrave rbygrave self-assigned this Jan 12, 2023
@rbygrave rbygrave added the enhancement New feature or request label Jan 12, 2023
@SentryMan
Copy link
Collaborator

Inspiration is really striking, isn't it? I like it.

…ecting provides and requires

- Adds autoProvides() and autoProvidesAspects()
- Next step is autoRequires()
autoRequires() are the dependencies that the compiling module depends on
that are provided by other modules in the classpath.
Any dependencies on the explicit provides are removed from autoProvides
and similarly with requires and autoRequires

Also change the style of generation for these provides/requires methods
so that the field is always used and follows the method - slightly funky
but keeps the fields and methods together.
No functional change here.
Some unused methods removed.
@rbygrave rbygrave merged commit ca783c0 into master Jan 13, 2023
@SentryMan SentryMan deleted the feature/258-plugin branch August 30, 2023 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment