Example usage for org.aspectj.lang.reflect SourceLocation interface-usage

List of usage examples for org.aspectj.lang.reflect SourceLocation interface-usage

Introduction

In this page you can find the example usage for org.aspectj.lang.reflect SourceLocation interface-usage.

Usage

From source file com.github.woozoo73.ht.SourceLocationInfo.java

/**
 * SourceLocation data.
 * 
 * @author woozoo73
 */
@XmlRootElement

From source file org.aspectbench.runtime.reflect.SourceLocationImpl.java

public class SourceLocationImpl implements SourceLocation {
    Class withinType;
    String fileName;
    int line;
    int column;