public class VisibilityUtils extends Object
Type Params | Return Type | Name and description |
---|---|---|
|
public static int |
getVisibility(AnnotationNode anno, AnnotatedNode node, Class<? extends AnnotatedNode> clazz, int originalModifiers) Determine the correct modifiers by looking for a potential
|
Determine the correct modifiers by looking for a potential
anno
- The annotation being processed (if any) which may support a 'visibilityId' attributenode
- The node being processed which may also be annotated withoriginalModifiers
- The modifier value to adjust or return if no applicable