Update ObjectParser API
[bgpcep.git] / pcep / spi / src / main / java / org / opendaylight / protocol / pcep / spi / RROSubobjectRegistry.java
index fbc3c425eb6e22e707a50105969b6e27b58146e8..4a9372a52b1e6e0d741ad108ab58a67d03bb7ccd 100644 (file)
@@ -10,6 +10,9 @@ package org.opendaylight.protocol.pcep.spi;
 import io.netty.buffer.ByteBuf;
 import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev131005.reported.route.object.rro.Subobject;
 
+/**
+ * Reported Route Object Registry.
+ */
 public interface RROSubobjectRegistry {
     /**
      * Finds parser for given subobject type in the registry. Delegates parsing to found parser.