Package org.jgroups.annotations


package org.jgroups.annotations
  • Class
    Description
    Tags components inside of protocols.
    Elements annotated with this annotation are experimental and may get removed from the distribution at any time
    Copyright (c) 2005 Brian Goetz and Tim Peierls Released under the Creative Commons Attribution License (http://creativecommons.org/licenses/by/2.5) Official home: http://www.jcip.net Adopted from Java Concurrency in Practice.
    Copyright (c) 2005 Brian Goetz and Tim Peierls Released under the Creative Commons Attribution License (http://creativecommons.org/licenses/by/2.5) Official home: http://www.jcip.net Adopted from Java Concurrency in Practice.
    This is an assertion, checked at startup time.
    Indicates that a public method or a field (any visibility) in an MBean class defines an MBean attribute.
    Indicates that a method in an MBean class defines an MBean operation.
    Optional annotation that exposes all public methods in the class hierarchy (excluding Object) as MBean operations.
    Represents a Protocol property assigned from corresponding field in JGroups properties file.
    Protocols annotated with this annotation should upgrade to a newer version (e.g.
    Elements annotated with this annotation are unsupported and may get removed from the distribution at any time
    Annotation to add attributes to the schema created by XMLSchemaGenerator.
    Annotation to generate an element in the schema created by XMLSchemaGenerator.
    Used to include other schemas by XMLSchemaGenerator.