Skip to content

Commit

Permalink
lol
Browse files Browse the repository at this point in the history
  • Loading branch information
dehasi committed Mar 27, 2016
1 parent 6d624d1 commit 62f51cb
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 14 deletions.
10 changes: 0 additions & 10 deletions gdplugin/src/A.java

This file was deleted.

Binary file added interfaces/AnnotationInterface.class
Binary file not shown.
Binary file added interfaces/EmptyInterface.class
Binary file not shown.
Binary file added interfaces/FullInterface.class
Binary file not shown.
Binary file added interfaces/GenericInterface.class
Binary file not shown.
Binary file added interfaces/InterfaceExtend.class
Binary file not shown.
Binary file added interfaces/InterfaceWithFields.class
Binary file not shown.
13 changes: 9 additions & 4 deletions src/main/groovy/interfaces/AnnotationInterface.groovy
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
package interfaces

import annotations.SimpleAnnotation
import groovy.transform.NotYetImplemented
//@Resource
//@XmlRootElement
//@SimpleAnnotation(n = "SimpleAnnotationName", v= "42")

import javax.annotation.Resource
import javax.xml.bind.annotation.XmlID
import javax.xml.bind.annotation.XmlRootElement
@Resource
@XmlRootElement
@SimpleAnnotation(n = "SimpleAnnotationName", v= "42")
interface AnnotationInterface {
// @XmlID
@XmlID
def field

@NotYetImplemented
Expand Down

0 comments on commit 62f51cb

Please sign in to comment.