Qi4j

Latest Changes

Below are time sorted list of changes to this website.

Result: 191-200 of 250

« Previous 1 2 3 4 5 6 7 8 9 10 Next »

  1. Hit number: 191

    Immutable

    interface @Immutable Abstract goes here... Description goes here... package org.qi4j.api.property; import import import java.lang.annotation.Target; import import /** * This annotation adds Immutability to Types, * Properties and Associations * */ @Retention( RetentionPolicy.RUNTIME ) @Target( { Ele...

    Last modified: December 18, 2008 - Size: 2 kB
    / www.qi4j.org / Documentation / Qi4j - The Complete Manual / Core System API / Core API / Annotations / Immutable

  2. Hit number: 192

    Constraints

    interface @Constraints This annotation is used to mark a Composite or a MixinType with one or more Constraint class(es) to be placed on the Invocation Stack. The @Constraints are used to validate method parameters. The order of the Constraints in the Invocation Stack is determined by the order the @...

    Last modified: December 18, 2008 - Size: 3 kB
    / www.qi4j.org / Documentation / Qi4j - The Complete Manual / Core System API / Core API / Annotations / Constraints

  3. Hit number: 193

    ConstraintDeclaration

    interface @ConstraintDeclaration @ConstraintDeclaration is used to create new custom Constraint validators. Description goes here... package org.qi4j.api.constraint; import import import import import java.lang.annotation.Target; /** * All annotations that are used to trigger Constraints must * have...

    Last modified: December 18, 2008 - Size: 5 kB
    / www.qi4j.org / Documentation / Qi4j - The Complete Manual / Core System API / Core API / Annotations / ConstraintDeclaration

  4. Hit number: 194

    Concerns

    interface @Concerns The @Concerns annotation defines which Concerns should be considered for inclusion in the Invocation Stacks. They are typically defined on the Composite declaration, but can be declared on MixinTypes and MixinImplementations as well. A Concern is an interceptor of one or more met...

    Last modified: December 18, 2008 - Size: 7 kB
    / www.qi4j.org / Documentation / Qi4j - The Complete Manual / Core System API / Core API / Annotations / Concerns

  5. Hit number: 195

    ConcernFor

    interface @ConcernFor Exactly one of this annotation is needed in each Concern . It will be populated with the reference to the next Concern in the Invocation Stack or to the underlying Mixin instance if it is the last Modifier in the Invocation Stack. If there is no @ConcernFor annotation on any of...

    Last modified: December 18, 2008 - Size: 3 kB
    / www.qi4j.org / Documentation / Qi4j - The Complete Manual / Core System API / Core API / Annotations / ConcernFor

  6. Hit number: 196

    Computed

    interface @Computed Abstract goes here... Description goes here... package org.qi4j.api.property; import import import java.lang.annotation.Target; import import /** * This annotation marks Properties to be * computed, and will not allow set operations. */ @Retention( RetentionPolicy.RUNTIME ) @Targ...

    Last modified: December 18, 2008 - Size: 2 kB
    / www.qi4j.org / Documentation / Qi4j - The Complete Manual / Core System API / Core API / Annotations / Computed

  7. Hit number: 197

    AssociationParameter

    interface @AssociationParameter Abstract goes here... Description goes here... package org.qi4j.api.injection.scope; import import import import import java.lang.annotation.Target; import /** * Annotation to denote the injection of an * association into a parameter (either constructor * or method) *...

    Last modified: December 18, 2008 - Size: 2 kB
    / www.qi4j.org / Documentation / Qi4j - The Complete Manual / Core System API / Core API / Annotations / AssociationParameter

  8. Hit number: 198

    AssociationField

    interface @AssociationField Abstract goes here... Description goes here... package org.qi4j.api.injection.scope; import import import import import java.lang.annotation.Target; import /** * Annotation to denote the injection of an * association into a Mixin field. */ @Retention( RetentionPolicy.RUNT...

    Last modified: December 18, 2008 - Size: 2 kB
    / www.qi4j.org / Documentation / Qi4j - The Complete Manual / Core System API / Core API / Annotations / AssociationField

  9. Hit number: 199

    AppliesTo

    interface @AppliesTo @AppliesTo is an annotation to mark a Concern with rules for when the Concern is to be applied. The @AppliesTo annotation either takes an annotation or an AppliesToFilter implementation class as argument. For each method where the @AppliesTo annotated Concern is evaluated, the A...

    Last modified: July 11, 2009 - Size: 6 kB
    / www.qi4j.org / Documentation / Qi4j - The Complete Manual / Core System API / Core API / Annotations / AppliesTo

  10. Hit number: 200

    Annotations

    Annotations Qi4J uses Java annotations extensively. This is in effect a replacement of introduction of new programming language elements, and allows us to do Composite Oriented Programming with an Object Oriented Programming language. @AppliesTo @ConcernFor @Concerns @ConstraintDeclaration @Constrai...

    Last modified: December 18, 2008 - Size: 2 kB
    / www.qi4j.org / Documentation / Qi4j - The Complete Manual / Core System API / Core API / Annotations


Result: 191-200 of 250

« Previous 1 2 3 4 5 6 7 8 9 10 Next »


Qi4j and the Qi4j logo are trademarks of Richard Öberg, Niclas Hedhman and the members of the Qi4j Core Team. See Qi4j licensing for more information.
Powered by SiteVisionexternal link.