Skip to content

Commit

Permalink
gs-reactor: TagNode: Add classes for annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
fducroquet committed Nov 4, 2016
1 parent 098802a commit 259d580
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions gs-reactor/src/main/java/org/genericsystem/reactor/TagNode.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,30 @@ public static interface GenericTagType extends Generic {
public static interface GTagAttribute extends Generic {

}

@SystemGeneric
@Components(GenericTagType.class)
public static interface GTagAnnotationType extends Generic {

}

@SystemGeneric
@Components(GTagAnnotationType.class)
public static interface AnnotationElement extends Generic {

}

@SystemGeneric
@Components(AnnotationElement.class)
public static interface ElementName extends Generic {

}

@SystemGeneric
@Components(AnnotationElement.class)
public static interface ElementValue extends Generic {

}
}

@SystemGeneric
Expand Down

0 comments on commit 259d580

Please sign in to comment.