Skip to content

Commit e797378

Browse files
wolpertclaude
andcommitted
style: apply spotless formatting to PkAuthAdminFactory javadoc
google-java-format reflowed the class javadoc (comment-only, no logic change) so ./gradlew check passes spotlessJavaCheck. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 57ded4a commit e797378

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

pk-auth-micronaut/src/main/java/com/codeheadsystems/pkauth/micronaut/PkAuthAdminFactory.java

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
import jakarta.inject.Singleton;
1414

1515
/**
16-
* Wires the optional admin surface. {@code pk-auth-admin-api} is a {@code compileOnly} dependency of
17-
* this adapter — the same opt-in contract the Spring Boot starter expresses with {@code
18-
* @ConditionalOnClass} and the Dropwizard bundle with a runtime classpath check. Keeping the {@link
19-
* AdminService} bean in its own {@link Factory} (rather than on {@link PkAuthFactory}) means the
20-
* main factory class carries no reference to {@code pk-auth-admin-api}; a host that omits the module
21-
* can still instantiate {@link PkAuthFactory} for the ceremony / JWT beans without tripping a {@code
22-
* NoClassDefFoundError} on the admin types.
16+
* Wires the optional admin surface. {@code pk-auth-admin-api} is a {@code compileOnly} dependency
17+
* of this adapter — the same opt-in contract the Spring Boot starter expresses with
18+
* {@code @ConditionalOnClass} and the Dropwizard bundle with a runtime classpath check. Keeping the
19+
* {@link AdminService} bean in its own {@link Factory} (rather than on {@link PkAuthFactory}) means
20+
* the main factory class carries no reference to {@code pk-auth-admin-api}; a host that omits the
21+
* module can still instantiate {@link PkAuthFactory} for the ceremony / JWT beans without tripping
22+
* a {@code NoClassDefFoundError} on the admin types.
2323
*
2424
* <p>The whole factory is gated with {@link Requires}{@code (classes = AdminService.class)}, so
2525
* Micronaut skips its {@code BeanDefinition} entirely when the admin module is absent. The {@link

0 commit comments

Comments
 (0)