Skip to content

Commit de3997a

Browse files
committed
doc doc doc
1 parent 750bb02 commit de3997a

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

src/main/java/org/cryptomator/integrations/common/DisplayName.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
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)

src/main/java/org/cryptomator/integrations/common/LocalizedDisplayName.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
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)

0 commit comments

Comments
 (0)