Uploaded image for project: 'Forge'
  1. Forge
  2. FORGE-323

JavaClass should support adding an interface

XMLWordPrintable

    • Low

      The JavaClass API should add support for adding interfaces to the Java source being generated. Perhaps add these methods to Extendable.

      void addInterface(String interface);
      void addInterface(Class<?> type);
      void hasInterface(String interface);
      void hasInterface(Class<?> type);
      List<String> getInterfaces();
      ...

              lincolnthree Lincoln Baxter III (Inactive)
              dan.j.allen Dan Allen (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: