Skip to content

Conversation

@yasnovmi
Copy link
Contributor

No description provided.

* Annotation to enable Workers Manager module in Spring components via annotations.
*/
@Import(WorkersManagerConfiguration::class)
annotation class EnableWorkersManager

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

instead of using @Enable... annotation you can simply add your configuration to spring.factories.
example: https://github.com/vladimirshefer/spring-boot-starter-telegram/blob/master/spring-boot-starter-telegram/src/main/resources/META-INF/spring.factories

* Glob is simple replacement for Regex.
* It uses only two special chars: * (any substring) and ? (any char)
* This implementation has no support for characters escaping.
* Glob has no capturing features.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please add @author Vladimir Shefer to the javadoc :)

* Glob is simple replacement for Regex.
* It uses only two special chars: * (any substring) and ? (any char)
* This implementation has no support for characters escaping.
* Glob has no capturing features.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* Glob has no capturing features.
* Glob has no capturing features.
* @author Vladimir Shefer

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

Successfully merging this pull request may close these issues.

4 participants