summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/pom.xml
diff options
context:
space:
mode:
authorkelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68>2010-04-23 13:41:24 +0000
committerkelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68>2010-04-23 13:41:24 +0000
commit51494dbaa9d9d52a477a6f844eefc7f3509e5194 (patch)
tree47d2c890a19aa9de2ee987ec5807b6ba8a7a5ecd /sca-java-2.x/trunk/pom.xml
parent8428ce3cd637fb469646ab8f4e3804e845252884 (diff)
mark classes as extension spi according to use indicated by implementation.java
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@937291 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/pom.xml')
-rw-r--r--sca-java-2.x/trunk/pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/sca-java-2.x/trunk/pom.xml b/sca-java-2.x/trunk/pom.xml
index 1533abbdc2..b93bb53a23 100644
--- a/sca-java-2.x/trunk/pom.xml
+++ b/sca-java-2.x/trunk/pom.xml
@@ -938,14 +938,15 @@
</tag>
<tag>
<name>tuscany.spi.extension.asclient</name>
- <!-- extension spi by client access tag for placing in classes / interfaces -->
+ <!-- extension spi by client access tag for placing in classes / interfaces. The term client here is used
+ in the OO design sense of any class that calls the methods of another is a client of the latter -->
<placement>t</placement>
<head>Provides part of the Tuscany SPI for Extension Developers by using client calls</head>
</tag>
<tag>
<name>tuscany.spi.extension</name>
<!-- extension spi indicator for overviews, packages -->
- <placement>op</placement> <!-- note: not applicable in t; hence forces use of inheritfrom or asclient -->
+ <placement>a</placement>
<head>Elements of the Tuscany SPI for Extension developers are provided.</head>
</tag>
</tags>