[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-07-10 UTC."],[],["`MethodDescriptor` describes a bean's method, extending `FeatureDescriptor`. It can be constructed with a `Method` and optionally `ParameterDescriptor`s, setting the method's name as the feature name. Key actions include getting the associated `Method` via `getMethod()` and retrieving `ParameterDescriptor`s using `getParameterDescriptors()`. It inherits methods for managing attributes like display name, hidden/expert/preferred status, and descriptions. It also provides inherited methods for operations such as cloning, equality checks, and hash code generation.\n"]]