| Element | Signature | Description |
|---|---|---|
| types | abstract classes | abstract classes |
| types | all classes | all classes |
| types | all interfaces | all interfaces |
| types | all types | all types |
| types | aspectj types | aspectj types |
| types | bytecode types | bytecode types |
| types | classes with a default constructor | classes with a default constructor |
| types | classes with a default constructor | classes with a default constructor |
| types | classes with main | classes which declare a method with the signature: public static void main(String[] args) |
| types | component type of composite design pattern | component type of composite design pattern |
| types | composite type of composite design pattern | composite type of composite design pattern |
| types | concrete classes | concrete classes |
| types | decorator type | decorator type |
| types | deprecated types | deprecated types |
| types | enums | enums |
| types | exceptions | types which extend java.lang.Exception |
| types | inner types | inner types |
| types | inner types named {type-name} | inner types of a given name |
| types | javabean types | javabean types |
| types | jmx types | jmx types as denoted by jmx annotations |
| types | jre types | jre types |
| types | junit3 types | public classes whose names starts with Test |
| types | leaf type of composite design pattern | leaf type of composite design pattern |
| types | marker interfaces | Interfaces without methods |
| types | members of package {package-name} | types in a given package |
| types | non java star package types | any type which doesn't exist in a java.* package |
| types | package visible types | types which have default visibility, not public, protected or private |
| types | pojo types | classes with a default constructor and only get and set methods |
| types | private types | private types |
| types | protected types | protected types |
| types | public types | public types |
| types | self referencing types | types which contain a reference to themselves |
| types | serializable types | types which implement java.io.Serializable |
| types | singeltons | classes for which only one instance can exist accessed by a static method |
| types | source code types | source code types |
| types | spring controller type | spring controller type |
| types | spring types | spring types |
| types | static inner types | static inner types |
| types | subtypes of members of package {package-name-pattern} | subtype of type in package matching a pattern |
| types | top level source types | source types which are not inner types |
| types | top level types | types which are not inner types |
| types | types annotated as {annotation-name} | types annotated as {annotation-name} |
| types | types annotated as {annotation-name} with parameter {parameter-name} of value {parameter-value} | types annotated as {annotation-name} with parameter {parameter-name} of value {parameter-value} |
| types | types authored by {author} | types with a javadoc @author tag matching a given pattern |
| types | types declared within a package named {package-name-pattern} | types declared in a package whose name matches a given pattern |
| types | types declaring methods named {method-name-pattern} | types declaring methods whose name matches a pattern |
| types | types declaring or inheriting methods named {method-name-pattern} | types declaring or inheriting methods whose name matches a pattern |
| types | types depending on package {package-name} | types depending on a package |
| types | types named {type-name-pattern} | types whose name matches a pattern |
| types | types with static members | types with static members |
| methods | all methods | all methods including constructors |
| methods | all operations | all methods which are not constructors |
| methods | aspectj methods | aspectj methods |
| methods | constructors | constructors |
| methods | default constructors | constructors that take no parameters |
| methods | deprecated methods | methods annotated as @Deprecated |
| methods | getter methods | methods whose name starts with 'get' |
| methods | jmx methods | jmx methods as determined by jmx annotations |
| methods | main methods | methods with the signature: public static void main(String[] args) |
| methods | methods annotated as {annotation-name} | methods annotated as {annotation-name} |
| methods | methods annotated as {annotation-name} with parameter {parameter-name} of value {parameter-value} | methods annotated as {annotation-name} with parameter {parameter-name} of value {parameter-value} |
| methods | methods named {method-name-pattern} | methods whose name matches a pattern |
| methods | methods of {method-owner} | methods declared by a given type |
| methods | non default constructors | constructors which take one or more arguments |
| methods | overloaded methods | overloaded methods |
| methods | overridden methods | overridden methods |
| methods | overriding methods | overriding methods |
| methods | package visible methods | methods which have default visibility, not public, protected or private |
| methods | private methods | private methods |
| methods | protected methods | protected methods |
| methods | public methods | public methods |
| methods | setter methods | methods whose name starts with 'set' |
| methods | spring autowired methods | spring autowired methods |
| methods | spring methods | spring methods |
| methods | static methods | static methods |
| methods | synchronized methods | synchronized methods |
| fields | all fields | all fields |
| fields | all loggers | slf4j, log4j, javalogger and apache commons logger combined |
| fields | apache commons logger | apache commons logger |
| fields | aspectj fields | aspectj fields |
| fields | deprecated fields | all fields annotated as @Deprecated |
| fields | fields annotated as {annotation-name} | fields annotated as {annotation-name} |
| fields | fields annotated as {annotation-name} with parameter {parameter-name} of value {parameter-value} | fields annotated as {annotation-name} with parameter {parameter-name} of value {parameter-value} |
| fields | fields named {field-name-pattern} | fields whose name matches a given pattern |
| fields | fields of {field-owner} | fields declared in a type whose name matches a given pattern |
| fields | fields which reference their declarer | fields which reference their declarer |
| fields | java logger | java logger |
| fields | log4j logger | log4j logger |
| fields | one to many fields | one to many fields |
| fields | package visible fields | fields which have default visibility, not public, protected or private |
| fields | private fields | private fields |
| fields | protected fields | protected fields |
| fields | public fields | public fields |
| fields | serial version uid fields | serial version uid fields |
| fields | slf4j logger | slf4j logger |
| fields | spring fields | spring fields |
| fields | static fields | static fields |
| fields | static string fields | static string fields |
| fields | string fields | string fields |
Copyright © AgileJ Ltd. All rights reserved.