Skip to content

Commit

Permalink
add annotation that can point to domain-specific syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ahadas committed Dec 26, 2015
1 parent 4ad71ac commit c7f342d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Empty file removed lom/src/main/java/.gitkeep
Empty file.
8 changes: 8 additions & 0 deletions lom/src/main/java/lom/runtime/BridgedSourceLocation.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
package lom.runtime;

public @interface BridgedSourceLocation {
public String file();
public int line();
public String module();
}

0 comments on commit c7f342d

Please sign in to comment.