Interface Decorator

All Known Implementing Classes:
AnnotationDecorator, CdiSpiDecorator, DeprecationWarning, PlusDecorator

public interface Decorator
Interface to decorate objects created by the DecoratedObjectFactory
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> T
    decorate(T o)
     
    void
     
  • Method Details

    • decorate

      <T> T decorate(T o)
    • destroy

      void destroy(Object o)