Author: akazakov
Date: 2011-09-12 15:37:18 -0400 (Mon, 12 Sep 2011)
New Revision: 34642
Added:
trunk/cdi/plugins/org.jboss.tools.cdi.core/src/org/jboss/tools/cdi/core/IInitializerMethod.java
Log:
https://issues.jboss.org/browse/JBIDE-9698 Replace interface IInjectionPointMethod by
IInitializerMethod
Added:
trunk/cdi/plugins/org.jboss.tools.cdi.core/src/org/jboss/tools/cdi/core/IInitializerMethod.java
===================================================================
---
trunk/cdi/plugins/org.jboss.tools.cdi.core/src/org/jboss/tools/cdi/core/IInitializerMethod.java
(rev 0)
+++
trunk/cdi/plugins/org.jboss.tools.cdi.core/src/org/jboss/tools/cdi/core/IInitializerMethod.java 2011-09-12
19:37:18 UTC (rev 34642)
@@ -0,0 +1,21 @@
+/*******************************************************************************
+ * Copyright (c) 2011 Red Hat, Inc.
+ * Distributed under license by Red Hat, Inc. All rights reserved.
+ * This program is made available under the terms of the
+ * Eclipse Public License v1.0 which accompanies this distribution,
+ * and is available at
http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * Red Hat, Inc. - initial API and implementation
+ ******************************************************************************/
+package org.jboss.tools.cdi.core;
+
+/**
+ * Represents an initializer method (a method annotated @Inject)
+ * Each parameter of this method is an injection point.
+ *
+ * @author Alexey Kazakov
+ */
+public interface IInitializerMethod extends IBeanMethod {
+
+}
\ No newline at end of file
Property changes on:
trunk/cdi/plugins/org.jboss.tools.cdi.core/src/org/jboss/tools/cdi/core/IInitializerMethod.java
___________________________________________________________________
Added: svn:mime-type
+ text/plain