From 2dcd86f08339a2c163ffdf26ce4508c42c9650c9 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
Date: Sat, 27 Jan 2018 21:12:35 -0500
Subject: [PATCH] New translations graphelement.md (Turkish)

---
 tr/graphelement.md | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 tr/graphelement.md

diff --git a/tr/graphelement.md b/tr/graphelement.md
new file mode 100644
index 00000000..125b3404
--- /dev/null
+++ b/tr/graphelement.md
@@ -0,0 +1,12 @@
+Valid on frames: **Edge** and **vertex**
+
+The `@GraphElement` annotation takes no parameters and is placed before your class decleration on an `EdgeFrame` or `VertexFrame`. This annotation is mostly leveraged right now when scanning classes in a package to identify frames.
+
+example:
+
+```java
+@GraphElement
+public interface FooVertex extends VertexFrame {
+    //Methods goes here
+}
+```
\ No newline at end of file
-- 
GitLab