Migrate users of Builders/ImmutableNodes
[mdsal.git] / binding / mdsal-binding-dom-codec / src / main / java / org / opendaylight / mdsal / binding / dom / codec / impl / ChoiceCodecContext.java
index 6fcecaafb50d8bbf77ded8d923105b2404dd8ddc..07c2cc25b42de0d361b4ab1e8deb93ca61225702 100644 (file)
@@ -201,6 +201,7 @@ final class ChoiceCodecContext<T extends ChoiceIn<?>>
     }
 
     @Override
+    @Deprecated(since = "13.0.0", forRemoval = true)
     public WithStatus getSchema() {
         // FIXME: Bad cast, we should be returning an EffectiveStatement perhaps?
         return (WithStatus) prototype().runtimeType().statement();