File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
src/main/java/org/cryptomator/integrations/common Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 1010
1111/**
1212 * A humanreadable name of the annotated class.
13+ * <p>
14+ * Checked in the default implementation of the {@link NamedServiceProvider#getName()} with lower priority.
15+ *
16+ * @see NamedServiceProvider
17+ * @see LocalizedDisplayName
1318 */
1419@ Documented
1520@ Retention (RetentionPolicy .RUNTIME )
Original file line number Diff line number Diff line change 1010
1111/**
1212 * A humanreadable, localized name of the annotated class.
13+ * <p>
14+ * Checked in the default implementation of the {@link NamedServiceProvider#getName()} with highest priority.
15+ *
16+ * @see NamedServiceProvider
17+ * @see DisplayName
1318 */
1419@ Documented
1520@ Retention (RetentionPolicy .RUNTIME )
You can’t perform that action at this time.
0 commit comments