in src/main/java/org/apache/sling/thumbnails/internal/models/TransformationImpl.java [50:55]
public TransformationImpl(@ChildResource @Named("handlers") List<TransformationHandlerConfig> handlers,
@ValueMapValue @Named("name") String name, @Self Resource resource) {
this.handlers = handlers;
this.name = name;
this.path = resource.getPath();
}