A kind of callback that can easily be injected into a transformed class to perform complex work.
These callbacks are often injected into a transformed component class via {@link org.apache.tapestry.services.ClassTransformation#addInjectedField(Class,String,Object)}. Bear in mind that such callbacks must be
threadsafe, since every instance of such a class will share a single instance of the operation.