Skip to content

Commit 09e5ce0

Browse files
committed
Javadocs update
1 parent 43d078f commit 09e5ce0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

gpclient/gpclient-core/src/main/java/org/epics/gpclient/CollectorExpression.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
* A {@link ChannelExpression} that exposes its {@link ReadCollector} and {@link WriteCollector}.
99
*
1010
* @author carcassi
11+
* @param <R> the type read by the GPClient
12+
* @param <C> the type collected into the collector
13+
* @param <W> the type written by the GPClient
1114
*/
1215
public class CollectorExpression<R, C ,W> extends ChannelExpression<R, W> {
1316

0 commit comments

Comments
 (0)