X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=binding%2Fmdsal-binding-api%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fmdsal%2Fbinding%2Fapi%2FActionSpec.java;h=a42c0725911f5495fd047b4bed5bbad7c702ea63;hb=refs%2Fchanges%2F82%2F99682%2F1;hp=206fed3f48c820a04eae313a803b1654028e7e4f;hpb=dedcf36a1d42359adc3ed2fe731ae36024cf18cf;p=mdsal.git diff --git a/binding/mdsal-binding-api/src/main/java/org/opendaylight/mdsal/binding/api/ActionSpec.java b/binding/mdsal-binding-api/src/main/java/org/opendaylight/mdsal/binding/api/ActionSpec.java index 206fed3f48..a42c072591 100644 --- a/binding/mdsal-binding-api/src/main/java/org/opendaylight/mdsal/binding/api/ActionSpec.java +++ b/binding/mdsal-binding-api/src/main/java/org/opendaylight/mdsal/binding/api/ActionSpec.java @@ -26,7 +26,11 @@ import org.opendaylight.yangtools.yang.binding.InstanceIdentifier.InstanceIdenti /** * A combination of an {@link Action} class and its corresponding instantiation wildcard, expressed as - * an {@link InstanceIdentifier}. This glue is required because action interfaces are generated at the place of their + * an {@link InstanceIdentifier}. This means that {@code list}s are treated exactly as @{code container}s are, e.g. + * without a key value specification. + * + *

+ * This glue is required because action interfaces are generated at the place of their * definition, most importantly in {@code grouping} and we actually need to bind to a particular instantiation (e.g. a * place where {@code uses} references that grouping). *