@Documented @Retention(value=RUNTIME) @Target(value={METHOD,TYPE}) public @interface Visibility
Factory.provide()
method to indicate that the descriptor
either should or should not have LOCAL visibility. This annotation is only used
for automatic class analysis, and the value in a descriptor will not be
checked against this annotation at run time.
Note that this annotation is NOT inherited, and hence must be on the analyzed class itself, and not superclasses or interfaces of the analyzed class
Modifier and Type | Required Element and Description |
---|---|
DescriptorVisibility |
value
The visibility value this descriptor should have
|
public abstract DescriptorVisibility value
Copyright © 2009-2017, Oracle and/or its affiliates. All Rights Reserved.