File tree 1 file changed +4
-10
lines changed
1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -1094,16 +1094,13 @@ Fields annotated with `@DnAttribute` are automatically populated with the approp
1094
1094
1095
1095
Consider a class with the following annotation:
1096
1096
1097
- [tabs]
1098
- ======
1099
- Java::
1100
- +
1097
+ ====
1101
1098
[source,java,role="primary"]
1102
1099
----
1103
1100
@DnAttribute(name="uid")
1104
1101
String uid;
1105
1102
----
1106
- =====
1103
+ ====
1107
1104
1108
1105
and a DN like the following:
1109
1106
@@ -1123,10 +1120,7 @@ Only fields of type `String` can be annotated with `@DnAttribute`. Other types a
1123
1120
1124
1121
You can alternatively supply an index like so:
1125
1122
1126
- [tabs]
1127
- ======
1128
- Java::
1129
- +
1123
+ ====
1130
1124
[source,java,role="primary"]
1131
1125
----
1132
1126
@DnAttribute(index=1)
@@ -1135,7 +1129,7 @@ String uid;
1135
1129
@DnAttribute(index=0)
1136
1130
String department;
1137
1131
----
1138
- =====
1132
+ ====
1139
1133
1140
1134
which is handy for DNs that have multiple components:
1141
1135
You can’t perform that action at this time.
0 commit comments