Interface PropertyConsumer

All Known Implementing Classes:
EventImplWriter

public interface PropertyConsumer
A listener that accepts properties found from annotation processor rounds.
  • Method Details

    • propertyFound

      void propertyFound(TypeElement event, List<Property> property, Set<? extends Element> originating)
    • forwardedMethods

      void forwardedMethods(List<? extends ExecutableElement> elements)
      Add all detected forwarded methods. These methods must be public and static.

      May be called with an empty list.

      Parameters:
      elements - methods detected