Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/alf09/src/org/eclipse/papyrus/alf/syntax/units/EnumerationLiteralName.java')
-rw-r--r--extraplugins/alf09/src/org/eclipse/papyrus/alf/syntax/units/EnumerationLiteralName.java15
1 files changed, 0 insertions, 15 deletions
diff --git a/extraplugins/alf09/src/org/eclipse/papyrus/alf/syntax/units/EnumerationLiteralName.java b/extraplugins/alf09/src/org/eclipse/papyrus/alf/syntax/units/EnumerationLiteralName.java
deleted file mode 100644
index ad08cdc367a..00000000000
--- a/extraplugins/alf09/src/org/eclipse/papyrus/alf/syntax/units/EnumerationLiteralName.java
+++ /dev/null
@@ -1,15 +0,0 @@
-package org.eclipse.papyrus.alf.syntax.units;
-
-public class EnumerationLiteralName {
-
- // Helper Operations
-
- /*
- * Returns false. (Enumeration literal name cannot have annotations.)
- */
- public boolean annotationAllowed(StereotypeAnnotation annotation) {
- return false ;
- }
-
-
-}

Back to the top