Annotation Type IpsPublishedInterface


  • @Retention(RUNTIME)
    @Target(TYPE)
    public @interface IpsPublishedInterface
    Preserves design time information about the implementation class of a published interface.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.Class<?> implementation
      The class implementing this interface
    • Element Detail

      • implementation

        java.lang.Class<?> implementation
        The class implementing this interface