org.apache.myfaces.extensions.validator.internal
Annotation Type UsageInformation


@Target(value={TYPE,METHOD,FIELD})
public @interface UsageInformation

it's an internal annotation to provide some information

e.g.: some mechanisms aren't deprecated they are e.g. fallbacks, alternatives,... in order to avoid the deprecated annotation it's possible to use this one. you can tell other developers: this artifact isn't used for the desired approach, however, it's still essential to have it as ...

idea: unify small parts of information which are frequently used

Since:
1.x.1
Author:
Gerhard Petracek

Required Element Summary
 UsageCategory[] value
           
 

Element Detail

value

public abstract UsageCategory[] value


Copyright © 2008 The Apache Software Foundation. All Rights Reserved.