Annotation Type ExtensionSource

    • Field Summary

      Fields 
      Modifier and Type Fields Description
      static String methods
      Definitions of methods to be added or excluded, depending on the type
      static String overrideExistingMethods
      If overrideExistingMethods is true, existing methods can be overridden by extension methods
      static String source
      The source class, which contains methods that can be used as Manifold Extension methods
      static String type
      When methods are configured, the types defines if the methods are included or excluded to be added as extension methods
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      Class source  
    • Field Detail

      • source

        static final String source
        The source class, which contains methods that can be used as Manifold Extension methods
      • overrideExistingMethods

        static final String overrideExistingMethods
        If overrideExistingMethods is true, existing methods can be overridden by extension methods
      • type

        static final String type
        When methods are configured, the types defines if the methods are included or excluded to be added as extension methods
      • methods

        static final String methods
        Definitions of methods to be added or excluded, depending on the type
    • Element Detail

      • overrideExistingMethods

        boolean overrideExistingMethods
        Default:
        false