Type Params | Return Type | Name and description |
---|---|---|
|
static int |
getVisibility(AnnotationNode anno, AnnotatedNode node, Class<? extends AnnotatedNode> clazz, int originalModifiers) Determine the correct modifiers by looking for a potential @VisibilityOptions annotation. |
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