Uses of Package
org.apache.felix.scr.annotations

Packages that use org.apache.felix.scr.annotations
org.apache.felix.scr.annotations The scr goal of the maven-scr-plugin looks for the annotations defined in the package when building component descriptors. 
org.apache.felix.scrplugin.tags.annotation.defaulttag SCR plugin annotation tag provider default implementation for annotations provided in package org.apache.felix.scrplugin.annotations
 

Classes in org.apache.felix.scr.annotations used by org.apache.felix.scr.annotations
ConfigurationPolicy
          Options for Component.policy() property.
Property
          The Property annotation defines properties which are made available to the component through the ComponentContext.getProperties() method.
PropertyUnbounded
          Options for Property.unbounded() property.
ReferenceCardinality
          Options for Reference.cardinality() property.
ReferencePolicy
          Options for Reference.policy() property.
ReferenceStrategy
          Options for Reference.strategy() property.
 

Classes in org.apache.felix.scr.annotations used by org.apache.felix.scrplugin.tags.annotation.defaulttag
Component
          The Component annotation is the only required annotation.
Property
          The Property annotation defines properties which are made available to the component through the ComponentContext.getProperties() method.
Reference
          The Reference annotation defines references to other services made available to the component by the Service Component Runtime.
Service
          The Service annotation defines whether and which service interfaces are provided by the component.
 



Copyright © 2011 Apache Software Foundation. All Rights Reserved.