Annotation Type StreamFeature


  • @Retention(RUNTIME)
    public @interface StreamFeature
    Annotation which placed on AnnotatedXMPPProcessor can define supported stream features provided by processor
    Author:
    andrzej
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String elem  
      java.lang.String xmlns  
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String[] children  
    • Element Detail

      • elem

        java.lang.String elem
      • xmlns

        java.lang.String xmlns
      • children

        java.lang.String[] children
        Default:
        {}