All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.ebeaninternal.server.core.CallStackFactory Maven / Gradle / Ivy

There is a newer version: 15.6.0
Show newest version
package io.ebeaninternal.server.core;

import io.ebean.bean.CallStack;

/**
 * Creates CallStack based on the stack trace.
 */
public interface CallStackFactory {

  /**
   * Create and return the CallStack given the stack trace elements.
   */
  CallStack createCallStack();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy