Uses of Package
com.helger.commons.annotation
-
Classes in com.helger.commons.annotation used by com.helger.commons Class Description CodingStyleguideUnaware This is an indicator, that an object is aware to break the style guide. -
Classes in com.helger.commons.annotation used by com.helger.commons.annotation Class Description ELockType The locking type to be used in theIsLockedandMustBeLockedannotations. -
Classes in com.helger.commons.annotation used by com.helger.commons.base64 Class Description Nonempty A specialization of theNonnullannotation that is to be used for String and collection parameters as well as return values only.ReturnsMutableCopy Indicates that a method returns a mutable object but containing a copy of the internal state. -
Classes in com.helger.commons.annotation used by com.helger.commons.cache Class Description CodingStyleguideUnaware This is an indicator, that an object is aware to break the style guide.IsLocked For methods to be overridden, it indicates, that the method is locked.MustBeLocked Just to indicate that a method must be called inside a lock.Nonempty A specialization of theNonnullannotation that is to be used for String and collection parameters as well as return values only.OverrideOnDemand Just to indicate that a method is meant to be overridden in sub classes.ReturnsMutableCopy Indicates that a method returns a mutable object but containing a copy of the internal state. -
Classes in com.helger.commons.annotation used by com.helger.commons.callback Class Description ReturnsMutableCopy Indicates that a method returns a mutable object but containing a copy of the internal state. -
Classes in com.helger.commons.annotation used by com.helger.commons.callback.exception Class Description Nonempty A specialization of theNonnullannotation that is to be used for String and collection parameters as well as return values only.OverrideOnDemand Just to indicate that a method is meant to be overridden in sub classes.ReturnsMutableCopy Indicates that a method returns a mutable object but containing a copy of the internal state. -
Classes in com.helger.commons.annotation used by com.helger.commons.charset Class Description Nonempty A specialization of theNonnullannotation that is to be used for String and collection parameters as well as return values only.ReturnsMutableCopy Indicates that a method returns a mutable object but containing a copy of the internal state. -
Classes in com.helger.commons.annotation used by com.helger.commons.codec Class Description Nonempty A specialization of theNonnullannotation that is to be used for String and collection parameters as well as return values only.OverrideOnDemand Just to indicate that a method is meant to be overridden in sub classes.ReturnsMutableCopy Indicates that a method returns a mutable object but containing a copy of the internal state.ReturnsMutableObject Indicates that a method returns a mutable object. -
Classes in com.helger.commons.annotation used by com.helger.commons.collection Class Description CodingStyleguideUnaware This is an indicator, that an object is aware to break the style guide.ReturnsImmutableObject Indicates that a method returns an immutable object (in case the returned type itself is not immutable).ReturnsMutableCopy Indicates that a method returns a mutable object but containing a copy of the internal state.ReturnsMutableObject Indicates that a method returns a mutable object. -
Classes in com.helger.commons.annotation used by com.helger.commons.collection.attr Class Description ReturnsMutableCopy Indicates that a method returns a mutable object but containing a copy of the internal state.ReturnsMutableObject Indicates that a method returns a mutable object. -
Classes in com.helger.commons.annotation used by com.helger.commons.collection.impl Class Description CodingStyleguideUnaware This is an indicator, that an object is aware to break the style guide.ReturnsMutableCopy Indicates that a method returns a mutable object but containing a copy of the internal state. -
Classes in com.helger.commons.annotation used by com.helger.commons.collection.map Class Description CodingStyleguideUnaware This is an indicator, that an object is aware to break the style guide.OverrideOnDemand Just to indicate that a method is meant to be overridden in sub classes.ReturnsMutableCopy Indicates that a method returns a mutable object but containing a copy of the internal state.ReturnsMutableObject Indicates that a method returns a mutable object.UseDirectEqualsAndHashCode Indicate that a class's native implementations ofAnnotation.equals(Object)andAnnotation.hashCode()should be used and no wrapper. -
Classes in com.helger.commons.annotation used by com.helger.commons.compare Class Description ReturnsMutableCopy Indicates that a method returns a mutable object but containing a copy of the internal state. -
Classes in com.helger.commons.annotation used by com.helger.commons.concurrent Class Description OverrideOnDemand Just to indicate that a method is meant to be overridden in sub classes. -
Classes in com.helger.commons.annotation used by com.helger.commons.concurrent.collector Class Description ReturnsMutableCopy Indicates that a method returns a mutable object but containing a copy of the internal state. -
Classes in com.helger.commons.annotation used by com.helger.commons.csv Class Description Nonempty A specialization of theNonnullannotation that is to be used for String and collection parameters as well as return values only.ReturnsMutableCopy Indicates that a method returns a mutable object but containing a copy of the internal state. -
Classes in com.helger.commons.annotation used by com.helger.commons.datetime Class Description DevelopersNote Just a debugging measurement to add comments to all elements.Nonempty A specialization of theNonnullannotation that is to be used for String and collection parameters as well as return values only.ReturnsMutableCopy Indicates that a method returns a mutable object but containing a copy of the internal state.Singleton Just to indicate that a class is a singleton and therefore only a single instance of the class exists. -
Classes in com.helger.commons.annotation used by com.helger.commons.deadlock Class Description Nonempty A specialization of theNonnullannotation that is to be used for String and collection parameters as well as return values only.ReturnsMutableCopy Indicates that a method returns a mutable object but containing a copy of the internal state.ReturnsMutableObject Indicates that a method returns a mutable object. -
Classes in com.helger.commons.annotation used by com.helger.commons.equals Class Description IsSPIImplementation Marker interface that claims that this class implements an SPI interface that is resolved via theServiceLoader.IsSPIInterface Marker interface that claims that implementations of this interface are loaded via theServiceLoader.Singleton Just to indicate that a class is a singleton and therefore only a single instance of the class exists. -
Classes in com.helger.commons.annotation used by com.helger.commons.error Class Description MustImplementEqualsAndHashcode Just to indicate that a class is required to implementAnnotation.equals(Object)andAnnotation.hashCode().Nonempty A specialization of theNonnullannotation that is to be used for String and collection parameters as well as return values only.OverrideOnDemand Just to indicate that a method is meant to be overridden in sub classes.ReturnsMutableCopy Indicates that a method returns a mutable object but containing a copy of the internal state. -
Classes in com.helger.commons.annotation used by com.helger.commons.error.level Class Description MustImplementEqualsAndHashcode Just to indicate that a class is required to implementAnnotation.equals(Object)andAnnotation.hashCode().Nonempty A specialization of theNonnullannotation that is to be used for String and collection parameters as well as return values only. -
Classes in com.helger.commons.annotation used by com.helger.commons.error.list Class Description MustImplementEqualsAndHashcode Just to indicate that a class is required to implementAnnotation.equals(Object)andAnnotation.hashCode().Nonempty A specialization of theNonnullannotation that is to be used for String and collection parameters as well as return values only.ReturnsMutableCopy Indicates that a method returns a mutable object but containing a copy of the internal state. -
Classes in com.helger.commons.annotation used by com.helger.commons.error.text Class Description MustImplementEqualsAndHashcode Just to indicate that a class is required to implementAnnotation.equals(Object)andAnnotation.hashCode().Nonempty A specialization of theNonnullannotation that is to be used for String and collection parameters as well as return values only.ReturnsMutableCopy Indicates that a method returns a mutable object but containing a copy of the internal state. -
Classes in com.helger.commons.annotation used by com.helger.commons.format Class Description OverrideOnDemand Just to indicate that a method is meant to be overridden in sub classes. -
Classes in com.helger.commons.annotation used by com.helger.commons.gfx Class Description ReturnsMutableCopy Indicates that a method returns a mutable object but containing a copy of the internal state.Singleton Just to indicate that a class is a singleton and therefore only a single instance of the class exists. -
Classes in com.helger.commons.annotation used by com.helger.commons.hashcode Class Description IsSPIImplementation Marker interface that claims that this class implements an SPI interface that is resolved via theServiceLoader.IsSPIInterface Marker interface that claims that implementations of this interface are loaded via theServiceLoader.Singleton Just to indicate that a class is a singleton and therefore only a single instance of the class exists. -
Classes in com.helger.commons.annotation used by com.helger.commons.hierarchy Class Description ReturnsMutableCopy Indicates that a method returns a mutable object but containing a copy of the internal state. -
Classes in com.helger.commons.annotation used by com.helger.commons.http Class Description Nonempty A specialization of theNonnullannotation that is to be used for String and collection parameters as well as return values only.ReturnsMutableCopy Indicates that a method returns a mutable object but containing a copy of the internal state. -
Classes in com.helger.commons.annotation used by com.helger.commons.id.factory Class Description IsLocked For methods to be overridden, it indicates, that the method is locked.MustBeLocked Just to indicate that a method must be called inside a lock.MustImplementEqualsAndHashcode Just to indicate that a class is required to implementAnnotation.equals(Object)andAnnotation.hashCode(). -
Classes in com.helger.commons.annotation used by com.helger.commons.io Class Description MustImplementEqualsAndHashcode Just to indicate that a class is required to implementAnnotation.equals(Object)andAnnotation.hashCode().ReturnsMutableCopy Indicates that a method returns a mutable object but containing a copy of the internal state.ReturnsMutableObject Indicates that a method returns a mutable object. -
Classes in com.helger.commons.annotation used by com.helger.commons.io.file Class Description Nonempty A specialization of theNonnullannotation that is to be used for String and collection parameters as well as return values only.OverrideOnDemand Just to indicate that a method is meant to be overridden in sub classes.ReturnsMutableCopy Indicates that a method returns a mutable object but containing a copy of the internal state.ReturnsMutableObject Indicates that a method returns a mutable object. -
Classes in com.helger.commons.annotation used by com.helger.commons.io.relative Class Description Nonempty A specialization of theNonnullannotation that is to be used for String and collection parameters as well as return values only. -
Classes in com.helger.commons.annotation used by com.helger.commons.io.resource Class Description MustImplementEqualsAndHashcode Just to indicate that a class is required to implementAnnotation.equals(Object)andAnnotation.hashCode().Nonempty A specialization of theNonnullannotation that is to be used for String and collection parameters as well as return values only. -
Classes in com.helger.commons.annotation used by com.helger.commons.io.resource.inmemory Class Description Nonempty A specialization of theNonnullannotation that is to be used for String and collection parameters as well as return values only.ReturnsMutableObject Indicates that a method returns a mutable object.UnsupportedOperation Indicate methods that are supposed to throw anUnsupportedOperationException. -
Classes in com.helger.commons.annotation used by com.helger.commons.io.resourceprovider Class Description MustImplementEqualsAndHashcode Just to indicate that a class is required to implementAnnotation.equals(Object)andAnnotation.hashCode().Nonempty A specialization of theNonnullannotation that is to be used for String and collection parameters as well as return values only.OverrideOnDemand Just to indicate that a method is meant to be overridden in sub classes.ReturnsMutableCopy Indicates that a method returns a mutable object but containing a copy of the internal state.ReturnsMutableObject Indicates that a method returns a mutable object. -
Classes in com.helger.commons.annotation used by com.helger.commons.io.stream Class Description Nonempty A specialization of theNonnullannotation that is to be used for String and collection parameters as well as return values only.OverrideOnDemand Just to indicate that a method is meant to be overridden in sub classes.ReturnsMutableCopy Indicates that a method returns a mutable object but containing a copy of the internal state.ReturnsMutableObject Indicates that a method returns a mutable object. -
Classes in com.helger.commons.annotation used by com.helger.commons.io.streamprovider Class Description ReturnsMutableCopy Indicates that a method returns a mutable object but containing a copy of the internal state.ReturnsMutableObject Indicates that a method returns a mutable object. -
Classes in com.helger.commons.annotation used by com.helger.commons.io.watchdir Class Description Nonempty A specialization of theNonnullannotation that is to be used for String and collection parameters as well as return values only.ReturnsMutableCopy Indicates that a method returns a mutable object but containing a copy of the internal state.ReturnsMutableObject Indicates that a method returns a mutable object. -
Classes in com.helger.commons.annotation used by com.helger.commons.lang Class Description Nonempty A specialization of theNonnullannotation that is to be used for String and collection parameters as well as return values only.ReturnsMutableCopy Indicates that a method returns a mutable object but containing a copy of the internal state. -
Classes in com.helger.commons.annotation used by com.helger.commons.locale Class Description CodingStyleguideUnaware This is an indicator, that an object is aware to break the style guide.ReturnsImmutableObject Indicates that a method returns an immutable object (in case the returned type itself is not immutable).ReturnsMutableCopy Indicates that a method returns a mutable object but containing a copy of the internal state.Singleton Just to indicate that a class is a singleton and therefore only a single instance of the class exists.Translatable An informational annotation that indicates that something is meant to be translated. -
Classes in com.helger.commons.annotation used by com.helger.commons.locale.country Class Description ReturnsMutableCopy Indicates that a method returns a mutable object but containing a copy of the internal state.Singleton Just to indicate that a class is a singleton and therefore only a single instance of the class exists.Translatable An informational annotation that indicates that something is meant to be translated. -
Classes in com.helger.commons.annotation used by com.helger.commons.locale.language Class Description ReturnsMutableCopy Indicates that a method returns a mutable object but containing a copy of the internal state.Singleton Just to indicate that a class is a singleton and therefore only a single instance of the class exists. -
Classes in com.helger.commons.annotation used by com.helger.commons.location Class Description MustImplementEqualsAndHashcode Just to indicate that a class is required to implementAnnotation.equals(Object)andAnnotation.hashCode(). -
Classes in com.helger.commons.annotation used by com.helger.commons.log Class Description OverrideOnDemand Just to indicate that a method is meant to be overridden in sub classes.ReturnsMutableCopy Indicates that a method returns a mutable object but containing a copy of the internal state. -
Classes in com.helger.commons.annotation used by com.helger.commons.math Class Description Nonempty A specialization of theNonnullannotation that is to be used for String and collection parameters as well as return values only.ReturnsMutableCopy Indicates that a method returns a mutable object but containing a copy of the internal state. -
Classes in com.helger.commons.annotation used by com.helger.commons.mime Class Description MustImplementComparable Just to indicate that a class is required to implementComparable.MustImplementEqualsAndHashcode Just to indicate that a class is required to implementAnnotation.equals(Object)andAnnotation.hashCode().Nonempty A specialization of theNonnullannotation that is to be used for String and collection parameters as well as return values only.ReturnsMutableCopy Indicates that a method returns a mutable object but containing a copy of the internal state.Singleton Just to indicate that a class is a singleton and therefore only a single instance of the class exists. -
Classes in com.helger.commons.annotation used by com.helger.commons.mock Class Description Nonempty A specialization of theNonnullannotation that is to be used for String and collection parameters as well as return values only.ReturnsMutableCopy Indicates that a method returns a mutable object but containing a copy of the internal state. -
Classes in com.helger.commons.annotation used by com.helger.commons.mutable Class Description OverrideOnDemand Just to indicate that a method is meant to be overridden in sub classes. -
Classes in com.helger.commons.annotation used by com.helger.commons.regex Class Description Nonempty A specialization of theNonnullannotation that is to be used for String and collection parameters as well as return values only.Singleton Just to indicate that a class is a singleton and therefore only a single instance of the class exists. -
Classes in com.helger.commons.annotation used by com.helger.commons.serialize.convert Class Description IsSPIImplementation Marker interface that claims that this class implements an SPI interface that is resolved via theServiceLoader.IsSPIInterface Marker interface that claims that implementations of this interface are loaded via theServiceLoader.Singleton Just to indicate that a class is a singleton and therefore only a single instance of the class exists. -
Classes in com.helger.commons.annotation used by com.helger.commons.state Class Description Nonempty A specialization of theNonnullannotation that is to be used for String and collection parameters as well as return values only. -
Classes in com.helger.commons.annotation used by com.helger.commons.statistics Class Description Nonempty A specialization of theNonnullannotation that is to be used for String and collection parameters as well as return values only.ReturnsMutableCopy Indicates that a method returns a mutable object but containing a copy of the internal state. -
Classes in com.helger.commons.annotation used by com.helger.commons.string Class Description CodingStyleguideUnaware This is an indicator, that an object is aware to break the style guide.Nonempty A specialization of theNonnullannotation that is to be used for String and collection parameters as well as return values only.ReturnsMutableCopy Indicates that a method returns a mutable object but containing a copy of the internal state.ReturnsMutableObject Indicates that a method returns a mutable object. -
Classes in com.helger.commons.annotation used by com.helger.commons.system Class Description DevelopersNote Just a debugging measurement to add comments to all elements.Nonempty A specialization of theNonnullannotation that is to be used for String and collection parameters as well as return values only.ReturnsMutableCopy Indicates that a method returns a mutable object but containing a copy of the internal state. -
Classes in com.helger.commons.annotation used by com.helger.commons.text Class Description MustImplementEqualsAndHashcode Just to indicate that a class is required to implementAnnotation.equals(Object)andAnnotation.hashCode().Nonempty A specialization of theNonnullannotation that is to be used for String and collection parameters as well as return values only.ReturnsMutableCopy Indicates that a method returns a mutable object but containing a copy of the internal state.ReturnsMutableObject Indicates that a method returns a mutable object. -
Classes in com.helger.commons.annotation used by com.helger.commons.text.codepoint Class Description Nonempty A specialization of theNonnullannotation that is to be used for String and collection parameters as well as return values only.ReturnsMutableCopy Indicates that a method returns a mutable object but containing a copy of the internal state. -
Classes in com.helger.commons.annotation used by com.helger.commons.text.display Class Description DevelopersNote Just a debugging measurement to add comments to all elements.MustImplementEqualsAndHashcode Just to indicate that a class is required to implementAnnotation.equals(Object)andAnnotation.hashCode().Nonempty A specialization of theNonnullannotation that is to be used for String and collection parameters as well as return values only.ReturnsMutableCopy Indicates that a method returns a mutable object but containing a copy of the internal state. -
Classes in com.helger.commons.annotation used by com.helger.commons.text.resolve Class Description DevelopersNote Just a debugging measurement to add comments to all elements.ReturnsMutableCopy Indicates that a method returns a mutable object but containing a copy of the internal state.Singleton Just to indicate that a class is a singleton and therefore only a single instance of the class exists. -
Classes in com.helger.commons.annotation used by com.helger.commons.text.resourcebundle Class Description MustImplementEqualsAndHashcode Just to indicate that a class is required to implementAnnotation.equals(Object)andAnnotation.hashCode().Nonempty A specialization of theNonnullannotation that is to be used for String and collection parameters as well as return values only. -
Classes in com.helger.commons.annotation used by com.helger.commons.text.util Class Description ReturnsMutableCopy Indicates that a method returns a mutable object but containing a copy of the internal state. -
Classes in com.helger.commons.annotation used by com.helger.commons.thirdparty Class Description IsSPIImplementation Marker interface that claims that this class implements an SPI interface that is resolved via theServiceLoader.IsSPIInterface Marker interface that claims that implementations of this interface are loaded via theServiceLoader.Nonempty A specialization of theNonnullannotation that is to be used for String and collection parameters as well as return values only.ReturnsMutableCopy Indicates that a method returns a mutable object but containing a copy of the internal state.Singleton Just to indicate that a class is a singleton and therefore only a single instance of the class exists. -
Classes in com.helger.commons.annotation used by com.helger.commons.timing Class Description ReturnsMutableCopy Indicates that a method returns a mutable object but containing a copy of the internal state. -
Classes in com.helger.commons.annotation used by com.helger.commons.type Class Description Nonempty A specialization of theNonnullannotation that is to be used for String and collection parameters as well as return values only. -
Classes in com.helger.commons.annotation used by com.helger.commons.typeconvert Class Description IsSPIImplementation Marker interface that claims that this class implements an SPI interface that is resolved via theServiceLoader.IsSPIInterface Marker interface that claims that implementations of this interface are loaded via theServiceLoader.Nonempty A specialization of theNonnullannotation that is to be used for String and collection parameters as well as return values only.NoTranslationRequired An informational annotation that indicates that a type does not require translation.Singleton Just to indicate that a class is a singleton and therefore only a single instance of the class exists. -
Classes in com.helger.commons.annotation used by com.helger.commons.url Class Description IsSPIInterface Marker interface that claims that implementations of this interface are loaded via theServiceLoader.MustImplementEqualsAndHashcode Just to indicate that a class is required to implementAnnotation.equals(Object)andAnnotation.hashCode().Nonempty A specialization of theNonnullannotation that is to be used for String and collection parameters as well as return values only.ReturnsMutableCopy Indicates that a method returns a mutable object but containing a copy of the internal state.ReturnsMutableObject Indicates that a method returns a mutable object.Singleton Just to indicate that a class is a singleton and therefore only a single instance of the class exists. -
Classes in com.helger.commons.annotation used by com.helger.commons.vendor Class Description Nonempty A specialization of theNonnullannotation that is to be used for String and collection parameters as well as return values only.ReturnsMutableCopy Indicates that a method returns a mutable object but containing a copy of the internal state. -
Classes in com.helger.commons.annotation used by com.helger.commons.version Class Description Nonempty A specialization of theNonnullannotation that is to be used for String and collection parameters as well as return values only. -
Classes in com.helger.commons.annotation used by com.helger.commons.wrapper Class Description ReturnsMutableCopy Indicates that a method returns a mutable object but containing a copy of the internal state.